From: Regina Obe Date: Sat, 26 Nov 2016 15:19:35 +0000 (+0000) Subject: ST_Equals documentation does not describe current behavior X-Git-Tag: 2.3.1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3fdb402f1053784867bfbae09fb5d1494baf557;p=postgis ST_Equals documentation does not describe current behavior closes #3566 for 2.3.1 git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@15250 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 8b4d4defb..5c577654e 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -2983,15 +2983,12 @@ SELECT s.gid, s.school_name points are the same). - This function will return false if either geometry is invalid even if they are binary equal. + This function will return false if either geometry is invalid except in the case where they are binary equal. - - Do not call with a GEOMETRYCOLLECTION as an argument. - - &sfs_compliant; s2.1.1.2 &sqlmm_compliant; SQL-MM 3: 5.1.24 + Changed: 2.2.0 Returns true even for invalid geometries if they are binary equal