[postgis-tickets] [PostGIS] #2503: ERROR: table "topology" is not a member of the extension being created
PostGIS
trac at osgeo.org
Wed Oct 10 13:15:29 PDT 2018
#2503: ERROR: table "topology" is not a member of the extension being created
------------------------------------+---------------------------
Reporter: strk | Owner: robe
Type: defect | Status: reopened
Priority: medium | Milestone: PostGIS 2.1.1
Component: build/upgrade/install | Version: trunk
Resolution: | Keywords: extension
------------------------------------+---------------------------
Changes (by strk):
* status: closed => reopened
* version: 2.1.x => trunk
* resolution: invalid =>
Comment:
I'm reopening this because I'm seeing this error again now as part of
`postgis_extensions_upgrade` call, while I'm adding re-packaging feature
in it (see #4197).
The workflow in this case is:
{{{
createdb x
psql -f postgis/postgis.sql x
psql -f spatial_ref_sys.sql x
psql -f topology/topology.sql x
psql -c 'create extension postgis from unpackaged' x
psql -c 'create extension postgis_topology from unpackaged' x
}}}
Again, I fail to see why the above should not work...
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2503#comment:13>
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