[postgis-devel] [PostGIS] #1822: topology won't install on PostgreSQL 9.2beta1
PostGIS
trac at osgeo.org
Wed May 16 05:49:47 PDT 2012
#1822: topology won't install on PostgreSQL 9.2beta1
----------------------+-----------------------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.1
Component: topology | Version: 2.0.x
Keywords: |
----------------------+-----------------------------------------------------
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.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1822>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list