[postgis-tickets] [PostGIS] #2503: ERROR: table "topology" is not a member of the extension being created
PostGIS
trac at osgeo.org
Thu Nov 7 01:02:38 PST 2013
#2503: ERROR: table "topology" is not a member of the extension being created
------------------------------------+---------------------------------------
Reporter: strk | Owner: robe
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.1.1
Component: build/upgrade/install | Version: 2.1.x
Resolution: invalid | Keywords: extension
------------------------------------+---------------------------------------
Comment(by strk):
So you're saying that what I tried to do with:
{{{
CREATE EXTENSION postgis FROM '2.0.4'
}}}
Is instead done with:
{{{
CREATE EXTENSION postgis FROM unpackaged VERSION '2.0.4';
}}}
Is that correct ?
This is important info for #2535.
In this case we'd want the first attempt to fail with a nice error message
telling the user about the problem. I guess the problem here was "PostGIS
EXTENSION '2.0.4' is not installed", is that correct ? Shouldn't
PostgreSQL itself error out in that case ?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2503#comment:10>
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