From 56fde3b9e05035fb68e4534fb3586af4cb40cbfd Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 31 Dec 2004 12:46:22 +0000 Subject: [PATCH] update InteriorRingN doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1212 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index ed9de9724..7f86fa647 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3069,9 +3069,9 @@ dimension InteriorRingN(geometry,integer) - Return the N'th interior ring of the first polygon in the - geometry. Return NULL if there is no polygon in the - geometry. + Return the N'th interior ring of the polygon geometry. + Return NULL if the geometry is not a polygon or the given + N is out of range (1-based). -- 2.40.0