From a66c0642e5d7efb74e601f472496c9663a5d8eb3 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 28 May 2004 02:42:14 +0000 Subject: [PATCH] Document the multi() function. git-svn-id: http://svn.osgeo.org/postgis/trunk@557 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- 2.40.0