]> granicus.if.org Git - postgis/commitdiff
Harmonize doco with existing behaviour, closes #4127
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 24 Jul 2018 13:10:43 +0000 (13:10 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 24 Jul 2018 13:10:43 +0000 (13:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16663 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_accessor.xml

index 64bdd15599093de8500c10d433f5ead0eeca4622..9052ed03bed5baf3f44d6b857b883c9d6c403c0c 100644 (file)
@@ -284,7 +284,7 @@ MULTIPOINT(-1 1 1,1 1 0.75)
                        s2.1.1.1 - returns 0 for <varname>POINT</varname>, 1 for <varname>LINESTRING</varname>, 2 for <varname>POLYGON</varname>, and
                        the largest dimension of the components of a
                        <varname>GEOMETRYCOLLECTION</varname>.
-                       If unknown (empty geometry) null is returned.
+                       If the dimension is unknown (empty <varname>GEOMETRYCOLLECTION</varname>) 0 is returned.
                </para>
 
                <para>&sqlmm_compliant; SQL-MM 3: 5.1.2</para>