[postgis-tickets] r15250 - ST_Equals documentation does not describe current behavior
Regina Obe
lr at pcorp.us
Sat Nov 26 07:19:35 PST 2016
Author: robe
Date: 2016-11-26 07:19:35 -0800 (Sat, 26 Nov 2016)
New Revision: 15250
Modified:
branches/2.3/doc/reference_measure.xml
Log:
ST_Equals documentation does not describe current behavior
closes #3566 for 2.3.1
Modified: branches/2.3/doc/reference_measure.xml
===================================================================
--- branches/2.3/doc/reference_measure.xml 2016-11-26 15:18:01 UTC (rev 15249)
+++ branches/2.3/doc/reference_measure.xml 2016-11-26 15:19:35 UTC (rev 15250)
@@ -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