[postgis-tickets] r16664 - Harmonize doco with existing behaviour
Paul Ramsey
pramsey at cleverelephant.ca
Tue Jul 24 06:11:16 PDT 2018
Author: pramsey
Date: 2018-07-24 06:11:16 -0700 (Tue, 24 Jul 2018)
New Revision: 16664
Modified:
branches/2.4/doc/reference_accessor.xml
Log:
Harmonize doco with existing behaviour
Modified: branches/2.4/doc/reference_accessor.xml
===================================================================
--- branches/2.4/doc/reference_accessor.xml 2018-07-24 13:10:43 UTC (rev 16663)
+++ branches/2.4/doc/reference_accessor.xml 2018-07-24 13:11:16 UTC (rev 16664)
@@ -284,7 +284,7 @@
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>
More information about the postgis-tickets
mailing list