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

doc/postgis.xml

index 25a194fbe80f522142b8168bde25d1c8c6e9f46e..89c81345a7b5190a11a4de0213aee0be7d92f6f1 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>