From: Regina Obe Date: Fri, 19 May 2017 01:54:46 +0000 (+0000) Subject: Note about ST_Equals does not support geometry collection X-Git-Tag: 2.4.0alpha~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8ad948f53f9b6b0c8d76b9cec797f98b89dcc70;p=postgis Note about ST_Equals does not support geometry collection Closes pull reguest - https://github.com/postgis/postgis/pull/131 from lb1c git-svn-id: http://svn.osgeo.org/postgis/trunk@15395 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index da74cbebf..f337a52ac 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -2985,6 +2985,10 @@ SELECT s.gid, s.school_name This function will return false if either geometry is invalid except in the case where they are binary equal. + + + Do not call with a GEOMETRYCOLLECTION as an argument. + &sfs_compliant; s2.1.1.2 &sqlmm_compliant; SQL-MM 3: 5.1.24