Hi, Is there a function similar to what ST_Dump does for MULTI* geometries on simple geometries ? Something that would behave like :
# SELECT ST_SimpleDump('LINESTRING(0 3, 1 4, 1 5)'); st_simpledump -------------------------------------------- POINT(0 3) POINT(1 4) POINT(1 5) I didn't find a function doing this in the doc (using Postgis 1.4). Thanks ! -- Maxime _______________________________________________ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users