From: Paul Ramsey Date: Wed, 28 May 2008 21:47:11 +0000 (+0000) Subject: Geomunion name change note, issue 26. X-Git-Tag: 1.4.0b1~898 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc75647ac3e011dedb3c98c39dbb81707805d8ff;p=postgis Geomunion name change note, issue 26. git-svn-id: http://svn.osgeo.org/postgis/trunk@2792 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 25a194fbe..89c81345a 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3238,12 +3238,13 @@ VACUUM FULL ANALYZE mytable; Returns a geometry that represents the point set union of the Geometries. - Performed by the GEOS module + Performed by the GEOS module. - Do not call with a GeometryCollection as an argument + Do not call with a GeometryCollection as an argument. - NOTE: this is renamed from "union" because union - is an SQL reserved word + NOTE: this function was formerly called GeomUnion(), + which was renamed from "Union" because + UNION is an SQL reserved word. OGC SPEC s2.1.1.3 @@ -3254,13 +3255,13 @@ VACUUM FULL ANALYZE mytable; Returns a geometry that represents the point set union of - this all Geometries in given set. + all Geometries in given set. - Performed by the GEOS module + Performed by the GEOS module. - Do not call with a GeometryCollection in the argument set + Do not call with a GeometryCollection in the argument set. - Not explicitly defined in OGC SPEC + Not explicitly defined in OGC SPEC.