From 2a3120e296431fc3d3c375b6c72ff6009527d6ce Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 22 May 2002 19:29:29 +0000 Subject: [PATCH] Fixed syntax error in GeometryN defn. git-svn-id: http://svn.osgeo.org/postgis/trunk@164 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 688b401bf..8514d021c 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -1051,7 +1051,7 @@ if( geom.getType() = Geometry.POLYGON ) - GeometryN(geometry) + GeometryN(geometry,int) Return the N'th geometry if the geometry is a GEOMETRYCOLLECTION, MULTIPOINT, MULTILINESTRING or MULTIPOLYGON. Otherwise, return NULL. -- 2.49.0