]> granicus.if.org Git - postgis/commitdiff
Geomunion name change note, issue 26.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 28 May 2008 21:47:06 +0000 (21:47 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 28 May 2008 21:47:06 +0000 (21:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2791 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index c11f77eeda8946bf6fd0353b75eb472b2c4dea79..2447f68536cc493c11937cdd5fd1db5b27ff2df9 100644 (file)
@@ -3238,12 +3238,13 @@ VACUUM FULL ANALYZE mytable;</programlisting>
               <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 &quot;union&quot; because union
-              is an SQL reserved word</para>
+              <para>NOTE: this function was formerly called GeomUnion(),
+              which was renamed from &quot;Union&quot; because
+              UNION is an SQL reserved word.</para>
 
               <para>OGC SPEC s2.1.1.3</para>
             </listitem>
@@ -3254,13 +3255,13 @@ VACUUM FULL ANALYZE mytable;</programlisting>
 
             <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>