Ticket #541 (new defect)
unique constraint on geography not enforced on update
| Reported by: | arno | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS Future |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
Hi, when creating a column of type geography, and declaring it as unique, I can't insert two rows with similar geography (that's normal). But I can insert a point with a different geography, and update it afterwards. I'll insert a sql example to be more clear.
The bug does not appear when using geometry instead of geography.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

