From: Regina Obe Date: Thu, 23 Aug 2012 06:37:42 +0000 (+0000) Subject: update about enhancements in geography ST_DWithin and ST_Distance. Done for ST_Inter... X-Git-Tag: 2.1.0beta2~687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4af7c66829cf03733a499273b50809c86fde5e2;p=postgis update about enhancements in geography ST_DWithin and ST_Distance. Done for ST_Intersects too I think? Paul? But haven't marked ST_Intersects since wasn't sure. git-svn-id: http://svn.osgeo.org/postgis/trunk@10197 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 44c2ed43a..c1f1d28df 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -1972,6 +1972,7 @@ SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry); &sqlmm_compliant; SQL-MM 3: 5.1.23 Availability: 1.5.0 geography support was introduced in 1.5. Speed improvements for planar to better handle large or many vertex geometries + Enhanced: 2.1.0 improved speed for geography. See Making Geography faster for details. @@ -2426,6 +2427,7 @@ FROM &sfs_compliant; Availability: 1.5.0 support for geography was introduced + Enhanced: 2.1.0 improved speed for geography. See Making Geography faster for details.