[postgis-tickets] [PostGIS] #2503: ERROR: table "topology" is not a member of the extension being created
PostGIS
trac at osgeo.org
Wed Oct 9 01:08:51 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 |
-----------------------------------+----------------------------------------
Changes (by strk):
* keywords: => extension
Comment:
The statement triggering the error is this one:
{{{
SELECT pg_catalog.pg_extension_config_dump('topology', '');
}}}
Which is found in the postgis_topology--2.0.4--2.1.1dev.sql (and all the
others).
Same kind of error is triggered by this other call:
{{{
SELECT pg_catalog.pg_extension_config_dump('layer', '');
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2503#comment:2>
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