]> granicus.if.org Git - postgis/commitdiff
Fixed syntax error in GeometryN defn.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 22 May 2002 19:29:29 +0000 (19:29 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 22 May 2002 19:29:29 +0000 (19:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@164 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 688b401bfbeb267f07e88afca978edbbac6fb6ba..8514d021c4b99d77c62f9f55629d87cacfc8022b 100644 (file)
@@ -1051,7 +1051,7 @@ if( geom.getType() = Geometry.POLYGON )
                         </listitem> 
                  </varlistentry> 
                  <varlistentry> 
-                        <term>GeometryN(geometry)</term> 
+                        <term>GeometryN(geometry,int)</term> 
                         <listitem> 
                                <para>Return the N'th geometry if the geometry is a
                                  GEOMETRYCOLLECTION, MULTIPOINT, MULTILINESTRING or MULTIPOLYGON. Otherwise, return NULL.</para>