From: Regina Obe Date: Wed, 1 Oct 2008 21:42:53 +0000 (+0000) Subject: Put in SQL mm compliance for ST_Intersection X-Git-Tag: 1.4.0b1~678 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa54d73c36de5df82f48b88df849d82668b8efab;p=postgis Put in SQL mm compliance for ST_Intersection git-svn-id: http://svn.osgeo.org/postgis/trunk@3037 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_new.xml b/doc/reference_new.xml index df09dbc70..f597b47b3 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -5165,6 +5165,13 @@ FROM (SELECT ST_Buffer(ST_GeomFromText('POINT(1 2)'), 10) As smallc, OpenGIS Simple Features Implementation Specification for SQL OGC SPEC s2.1.1.3 + + + + + + + This method implements the SQL/MM specification: SQL-MM 3: 5.1.18 Examples