From: Paul Ramsey Date: Tue, 24 Jul 2018 13:10:43 +0000 (+0000) Subject: Harmonize doco with existing behaviour, closes #4127 X-Git-Tag: 2.5.0beta2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=804d9bfb799e334aa0f8e471137ac9f0de921c7e;p=postgis Harmonize doco with existing behaviour, closes #4127 git-svn-id: http://svn.osgeo.org/postgis/trunk@16663 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml index 64bdd1559..9052ed03b 100644 --- a/doc/reference_accessor.xml +++ b/doc/reference_accessor.xml @@ -284,7 +284,7 @@ MULTIPOINT(-1 1 1,1 1 0.75) s2.1.1.1 - returns 0 for POINT, 1 for LINESTRING, 2 for POLYGON, and the largest dimension of the components of a GEOMETRYCOLLECTION. - If unknown (empty geometry) null is returned. + If the dimension is unknown (empty GEOMETRYCOLLECTION) 0 is returned. &sqlmm_compliant; SQL-MM 3: 5.1.2