[postgis-tickets] r15249 - ST_Equals documentation does not describe current behavior
Regina Obe
lr at pcorp.us
Sat Nov 26 07:18:01 PST 2016
Author: robe
Date: 2016-11-26 07:18:01 -0800 (Sat, 26 Nov 2016)
New Revision: 15249
Modified:
trunk/doc/reference_measure.xml
Log:
ST_Equals documentation does not describe current behavior
closes #3566 for 2.4.0 (trunk)
Modified: trunk/doc/reference_measure.xml
===================================================================
--- trunk/doc/reference_measure.xml 2016-11-26 15:00:39 UTC (rev 15248)
+++ trunk/doc/reference_measure.xml 2016-11-26 15:18:01 UTC (rev 15249)
@@ -2983,15 +2983,12 @@
points are the same).</para>
<important>
- <para>This function will return false if either geometry is invalid even if they are binary equal.</para>
+ <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>
+ <para>Changed: 2.2.0 Returns true even for invalid geometries if they are binary equal</para>
</refsection>
<refsection>
More information about the postgis-tickets
mailing list