[postgis-commits] svn - r2791 - branches/1.3/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Wed May 28 14:47:06 PDT 2008
Author: pramsey
Date: 2008-05-28 14:47:06 -0700 (Wed, 28 May 2008)
New Revision: 2791
Modified:
branches/1.3/doc/postgis.xml
Log:
Geomunion name change note, issue 26.
Modified: branches/1.3/doc/postgis.xml
===================================================================
--- branches/1.3/doc/postgis.xml 2008-05-28 21:45:09 UTC (rev 2790)
+++ branches/1.3/doc/postgis.xml 2008-05-28 21:47:06 UTC (rev 2791)
@@ -3238,12 +3238,13 @@
<para>Returns a geometry that represents the point set union of
the Geometries.</para>
- <para>Performed by the GEOS module</para>
+ <para>Performed by the GEOS module.</para>
- <para>Do not call with a GeometryCollection as an argument</para>
+ <para>Do not call with a GeometryCollection as an argument.</para>
- <para>NOTE: this is renamed from "union" because union
- is an SQL reserved word</para>
+ <para>NOTE: this function was formerly called GeomUnion(),
+ which was renamed from "Union" because
+ UNION is an SQL reserved word.</para>
<para>OGC SPEC s2.1.1.3</para>
</listitem>
@@ -3254,13 +3255,13 @@
<listitem>
<para>Returns a geometry that represents the point set union of
- this all Geometries in given set.</para>
+ all Geometries in given set.</para>
- <para>Performed by the GEOS module</para>
+ <para>Performed by the GEOS module.</para>
- <para>Do not call with a GeometryCollection in the argument set</para>
+ <para>Do not call with a GeometryCollection in the argument set.</para>
- <para>Not explicitly defined in OGC SPEC</para>
+ <para>Not explicitly defined in OGC SPEC.</para>
</listitem>
</varlistentry>
More information about the postgis-commits
mailing list