]> granicus.if.org Git - postgis/commitdiff
Note about ST_Equals does not support geometry collection
authorRegina Obe <lr@pcorp.us>
Fri, 19 May 2017 01:54:46 +0000 (01:54 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 19 May 2017 01:54:46 +0000 (01:54 +0000)
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

doc/reference_measure.xml

index da74cbebf1f7053622a73aa888141ee48df16834..f337a52aca7333ad08a00076dda8ae891909b2df 100644 (file)
@@ -2985,6 +2985,10 @@ SELECT s.gid, s.school_name
                <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>