From: Paul Ramsey Date: Fri, 28 May 2004 02:42:14 +0000 (+0000) Subject: Document the multi() function. X-Git-Tag: pgis_0_8_2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a66c0642e5d7efb74e601f472496c9663a5d8eb3;p=postgis Document the multi() function. git-svn-id: http://svn.osgeo.org/postgis/trunk@557 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index d9f6fe034..109c32aa3 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -2620,6 +2620,12 @@ FROM geometry_table; takes. + + multi(geometry) + + Returns the geometry as a MULTI* geometry. If the geometry is already a MULTI*, it is returned unchanged. + + npoints(geometry)