Ticket #1822 (closed defect: fixed)
topology won't install on PostgreSQL 9.2beta1
| Reported by: | robe | Owned by: | strk |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 2.0.1 |
| Component: | topology | Version: | 2.0.x |
| Keywords: | Cc: | gbell |
Description
Breaks on this line:
ALTER DOMAIN topology.TopoElement DROP CONSTRAINT type_range;
with error: constraint "type_range" of domain "topology.topoelement" does not exist
I'm surprised this works on older versions it seems older versions of PostgreSQL simply ignore this line if the constraint doesn't exist so I can run that an infinite number of times on older without warning. So i suspect this is a bug fix in 9.2.
Change History
Note: See
TracTickets for help on using
tickets.
