From 4e54a57f0b7782e71fdbe029aa3512f1877246ef Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 7 Jan 2005 10:06:25 +0000 Subject: [PATCH] Added Dump(geometry) doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1243 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/postgis.xml b/doc/postgis.xml index 780876ed9..19687c5b3 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3937,6 +3937,26 @@ FROM geometry_table; + + Dump(geometry) + + + This is a set-returning function (SRF). + It returns a set of + geometry_dump + rows, formed by a geometry (geom) and an array + of integers (path). When the input geometry + is a simple type (POINT,LINESTRING,POLYGON) + a single record will be returned with an empty + path array and the input geometry as geom. + When the input geometry is a collection or multi + it will return a record for each of the collection + components, and the path will express the position + of the component inside the collection. + + + + -- 2.40.0