From 0ed1a1217706e9d44a1c281af619a19605d97f47 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 24 Jul 2018 13:11:16 +0000 Subject: [PATCH] Harmonize doco with existing behaviour git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16664 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_accessor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml index 4480cbae6..f82dc18a6 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 -- 2.40.0