FindVertexSegmentPairsBelowDistance — Find pairs of topology vertex/segment that are closer than tolerated distance
setof record FindVertexSegmentPairsBelowDistance(varchar atopology, float8 tolerance);
Returns a relation in which each tuple is a pair of vertex/segment where the vertex is NOT an endpoint of the segment but the distance between them is below the given tolerance.
Availability: 3.7