[postgis-tickets] [PostGIS] #2503: ERROR: table "topology" is not a member of the extension being created
PostGIS
trac at osgeo.org
Wed Oct 9 03:06:45 PDT 2013
#2503: ERROR: table "topology" is not a member of the extension being created
-----------------------------------+----------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone:
Component: build/upgrade/install | Version: 2.1.x
Keywords: extension |
-----------------------------------+----------------------------------------
Comment(by strk):
forget the versioned unpackaged scripts, we already have that
(unpackaged--<version>.sql).
can be accessed with something like:
{{{
CREATE EXTENSION postgis VERSION '2.0.4' FROM unpackaged;
}}}
The usability problem still exist, and is that I can do:
{{{
CREATE EXTENSION postgis VERSION '2.1.1' FROM unpakcaged;
}}}
Even if the unpackaged version is 2.0.4. We should forbid that.
Besides, I think we had a check preventing that when not using EXTENSION,
but can't see it anymore (was it removed ?)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2503#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