From 75fc9113d21ef83b44e974fee5de988809cba904 Mon Sep 17 00:00:00 2001 From: David Blasby Date: Tue, 13 Apr 2004 16:49:18 +0000 Subject: [PATCH] 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 --- doc/postgis.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1