Closed romulogoncalves closed 8 years ago
It should be implemented as ST_Dump, this is, it returns a table. To expand it with all other attributes we should use LEFT LATERAL JOIN.
Implementation waiting for LEFT LATERAL JOIN.
Function implemented and available. Its efficient utilization will be though lateral join, however, its utilization it is not dependent on Lateral Joins.
ST_DumpRings(geom, parent_id);
Function not available.