[postgis-tickets] [PostGIS] #4841: find_topology
PostGIS
trac at osgeo.org
Wed Feb 3 04:56:51 PST 2021
#4841: find_topology
--------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: assigned
Priority: medium | Milestone: PostGIS 3.2.0
Component: topology | Version: master
Resolution: | Keywords:
--------------------------+---------------------------
Changes (by strk):
* milestone: => PostGIS 3.2.0
Comment:
I'm thinking we'd want to accept the possible "query types":
- find_topology(TopoGeometry) -- by TopoGeometry
- find_topology(text) -- by Name
- find_topology(integer) -- by ID
- find_topology(regclass, name) -- by layer reference
Example usage:
- SELECT srid FROM find_topology('testtopo');
- SELECT (find_topology('mylayer', 'tg')).name;
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4841#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