Opened 2 years ago
Closed 2 years ago
#5185 closed defect (fixed)
topology.sql: ERROR: type topogeometry does not exist
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.2.2 |
Component: | topology | Version: | 3.2.x |
Keywords: | Cc: |
Description
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.
Change History (2)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The two function were added in 3.2.0 so that's our milestone