[postgis-tickets] r15395 - Note about ST_Equals does not support geometry collection

Regina Obe lr at pcorp.us
Thu May 18 18:54:46 PDT 2017


Author: robe
Date: 2017-05-18 18:54:46 -0700 (Thu, 18 May 2017)
New Revision: 15395

Modified:
   trunk/doc/reference_measure.xml
Log:
Note about ST_Equals does not support geometry collection
Closes pull reguest - https://github.com/postgis/postgis/pull/131 from lb1c

Modified: trunk/doc/reference_measure.xml
===================================================================
--- trunk/doc/reference_measure.xml	2017-05-17 18:18:17 UTC (rev 15394)
+++ trunk/doc/reference_measure.xml	2017-05-19 01:54:46 UTC (rev 15395)
@@ -2985,6 +2985,10 @@
 		<important>
 		  <para>This function will return false if either geometry is invalid except in the case where they are binary equal.</para>
 		</important>
+        
+        <important>
+            <para>Do not call with a GEOMETRYCOLLECTION as an argument.</para>
+ 		</important>
 
 		<para>&sfs_compliant; s2.1.1.2</para>
 		<para>&sqlmm_compliant; SQL-MM 3: 5.1.24</para>



More information about the postgis-tickets mailing list