[postgis-devel] [PostGIS] #1088: typmod support: UpdateGeometrySRID

PostGIS trac at osgeo.org
Thu Jun 30 22:35:40 PDT 2011


#1088: typmod support: UpdateGeometrySRID
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  task     |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 1)UpdateGeometrySRID should no longer update geometry_columns
 2) If the table has srid enforced with constraints, use contraints again
 to define the new srid constraint.  This is already built-in
 3) If the table uses new typmod, then it should do an

 ALTER TABLE ALTER column geometry(original_geometry (which it can query
 from geometry_columns), new_srid);

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1088>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list