From: David Blasby Date: Tue, 13 Apr 2004 16:49:18 +0000 (+0000) Subject: GeometryN(...) now correctly says "1" is the 1st geometry (used to be 0). X-Git-Tag: pgis_0_8_2~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75fc9113d21ef83b44e974fee5de988809cba904;p=postgis GeometryN(...) now correctly says "1" is the 1st geometry (used to be 0). git-svn-id: http://svn.osgeo.org/postgis/trunk@504 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 4bae1b6c4..567180079 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -2096,7 +2096,7 @@ is simple (does not pass through the same point more than once). GEOMETRYCOLLECTION, MULTIPOINT, MULTILINESTRING or MULTIPOLYGON. Otherwise, return NULL. - 0 is 1st geometry + 1 is 1st geometry