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