Opened 9 months ago
#5668 new enhancement
Add topology population functions taking Topology record instead of name
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.5.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.