[postgis-tickets] [PostGIS] #5185: topology.sql: ERROR: type topogeometry does not exist
PostGIS
trac at osgeo.org
Tue Jul 12 00:31:50 PDT 2022
#5185: topology.sql: ERROR: type topogeometry does not exist
----------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.2.2
Component: topology | Version: 3.2.x
Keywords: |
----------------------+---------------------------
Loading topology.sql script results in this error:
{{{
ERROR: type topogeometry does not exist
}}}
The error is due to `topology` schema not being in the search_path while
unqualified references to it are used in the definition of FindTopology
and FindLayer.
I've pushed a fix for this in master branch with
[b1d2c5f3b9ec1dd7648daa1adb89379cf65b35c6/git] but didn't push any test
for it and I know stable-3.2 branch is also affected and needs be fixed,
didn't check older versions.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5185>
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