#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 , 13 years ago
Owner: | changed from | to
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 13 years ago
Keywords: | history added |
---|
Note:
See TracTickets
for help on using tickets.
Done at r7548