[postgis-tickets] [PostGIS] #2503: ERROR: table "topology" is not a member of the extension being created

PostGIS trac at osgeo.org
Sat Oct 13 11:39:20 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
------------------------------------+---------------------------

Comment (by robe):

 strk you should probably schema qualify the topology layer and topology
 table in backup.

 Not sure if that is what is causing your issue though.  Are you sure you
 are adding the topology schema, topology.layer and topology.topology table
 to the extension using an




 {{{
 ALTER EXTENSION postgis_topology ADD ....;
 }}}

 If you are not doing that before those calls are made, that would cause
 this issue.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2503#comment:15>
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