Opened 13 years ago

Closed 13 years ago

#1202 closed defect (fixed)

populate_geometry_columns sometimes tries to readd check constraint

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

In cases where the geometry type is unconstrained but there is already an srid check in place, populate_geometry_columns tries to readd the constraint check.

Change History (2)

comment:1 by robe, 13 years ago

Fixed at r7865. Also revised to use right violation check for when ALTER column type fails.

comment:2 by robe, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.