[postgis-tickets] [PostGIS] #2138: When drop postgis_topology extension doesn't drop topology schema
PostGIS
trac at osgeo.org
Fri May 9 04:42:41 PDT 2014
#2138: When drop postgis_topology extension doesn't drop topology schema
----------------------+-----------------------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: topology | Version: 2.0.x
Keywords: |
----------------------+-----------------------------------------------------
Comment(by robe):
I think fails our regression in #2730 as a result.
I was hoping I could get away with doing this
{{{
ALTER EXTENSION postgis_topology ADD SCHEMA topology;
}}}
but drats I get this error
{{{
ERROR: cannot add schema "topology" to extension "postgis_topology"
because the schema contains the extension
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2138#comment:4>
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-tickets
mailing list