Opened 13 years ago

Closed 12 years ago

#959 closed task (fixed)

document topology.GetRingEdges

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 2.0.0
Component: documentation Version: master
Keywords: history Cc:

Description

The function was added in r7185 It is using default args, and is documented right before the function definition. Should be documented in the manual page.

Note that this is the first function using the next_left_edge/next_right_edge fields in the topology edge table, which means it will fail to give any meaningful answer against topologies with those fields not properly setup (as those constructed using AddEdge/AddFace at time of writing)

Change History (4)

comment:1 by robe, 13 years ago

Oh I still owe you the recursive CTE equivalent too so we can compare speeds :)

comment:2 by strk, 13 years ago

Yeah. Note that my version has a simple loop detection and an iteration limit for your greater fun :)

comment:3 by pramsey, 12 years ago

Is this going to happen?

comment:4 by strk, 12 years ago

Keywords: history added
Resolution: fixed
Status: newclosed

It happened in r9096

Note: See TracTickets for help on using tickets.