[PostGIS] #6027: topology.removeunusedprimitives: ERROR: function findtopology(text) does not exist
PostGIS
trac at osgeo.org
Fri Dec 12 01:45:55 PST 2025
#6027: topology.removeunusedprimitives: ERROR: function findtopology(text) does
not exist
----------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.3.9
Component: topology | Version: 3.3.x
Keywords: |
----------------------+---------------------------
The RemoveUnusedPrimitives function lacks full qualification of topology
function calls:
{{{
# select topology.removeunusedprimitives('topo_ar5web_sysdata_webclient');
ERROR: function findtopology(text) does not exist
LINE 1: topo := findTopology(atopology)
^
HINT: No function matches the given name and argument types. You might
need to add explicit type casts.
QUERY: topo := findTopology(atopology)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/6027>
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