[postgis-tickets] [PostGIS] #2503: ERROR: table "topology" is not a member of the extension being created
PostGIS
trac at osgeo.org
Mon Oct 15 22:12:03 PDT 2018
#2503: ERROR: table "topology" is not a member of the extension being created
------------------------------------+---------------------------
Reporter: strk | Owner: robe
Type: defect | Status: reopened
Priority: blocker | Milestone: PostGIS 2.1.1
Component: build/upgrade/install | Version: trunk
Resolution: | Keywords: extension
------------------------------------+---------------------------
Comment (by strk):
So, the other fix is moving the pg_catalog.pg_extension_config_dump dumps
to _AFTER_ the corresponding tables were added to the extension. Right now
those calls are part of the extension upgrade scripts (--ANY--
3.0.0dev.sql) so they happen _before_.
I don't know why we use the extension upgrade scripts rather than the
normal upgrade scripts for the pre-packaging upgrade, I think it is wrong.
Will try using the normal (script-based) upgrade script instead
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2503#comment:23>
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