[PostGIS] #5590: loading topology.sql: ERROR: schema "topology" already exists

PostGIS trac at osgeo.org
Thu Oct 26 09:46:00 PDT 2023


#5590: loading topology.sql: ERROR:  schema "topology" already exists
-----------------------+---------------------------
  Reporter:  strk      |      Owner:  strk
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 3.4.1
 Component:  topology  |    Version:  3.4.x
Resolution:            |   Keywords:
-----------------------+---------------------------
Comment (by strk):

 The offending commit is [cf2b98cd00/git] which entered the cast without
 qualification.

 This is hard to spot because the very first time topology is loaded, the
 search_path of the target database is changed to include "topology"
 schema, so next time you source the file you succeed due to that, or so it
 looks.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5590#comment:1>
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