Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1088 closed task (fixed)

typmod support: UpdateGeometrySRID

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: history Cc:

Description

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);

Change History (3)

comment:1 by robe, 13 years ago

Owner: changed from pramsey to robe

comment:2 by robe, 13 years ago

Resolution: fixed
Status: newclosed

Done at r7548

comment:3 by robe, 13 years ago

Keywords: history added
Note: See TracTickets for help on using tickets.