[PostGIS] #5668: Add topology population functions taking Topology record instead of name

PostGIS trac at osgeo.org
Thu Feb 15 00:58:54 PST 2024


#5668: Add topology population functions taking Topology record instead of name
-------------------------+---------------------------
 Reporter:  strk         |      Owner:  strk
     Type:  enhancement  |     Status:  new
 Priority:  medium       |  Milestone:  PostGIS 3.5.0
Component:  topology     |    Version:  master
 Keywords:               |
-------------------------+---------------------------
 As reported in #5667 adding a lot of lines to a topology by using the
 ```TopoGeo_addLineString``` results in a query to the topology.topology
 table for each and every call. By taking a topology.topology record
 instead of a topology name we give the user the possibility to reuse such
 a record across calls.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5668>
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