Curve Thoughts

Paul Ramsey pramsey at cleverelephant.ca
Fri Feb 16 13:40:26 PST 2024



> On Feb 16, 2024, at 1:38 PM, Regina Obe <lr at pcorp.us> wrote:
> 
> ST_GeometryN(<>, 4)
> Should return the 4th record that ST_Dump returns.


Worth noting: this is not possible. ST_Dump recurses into collections, whereas geometryN only lets you pick from elements of the top-most collection.

P



More information about the postgis-devel mailing list