[postgis-commits] svn - r2894 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Jul 29 08:46:59 PDT 2008


Author: robe
Date: 2008-07-29 08:46:59 -0700 (Tue, 29 Jul 2008)
New Revision: 2894

Modified:
   trunk/doc/reference_new.xml
Log:
grammatical error

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-07-29 15:42:35 UTC (rev 2893)
+++ trunk/doc/reference_new.xml	2008-07-29 15:46:59 UTC (rev 2894)
@@ -1408,8 +1408,8 @@
 
         <note><para>ST_Collect and ST_Union are often interchangeable.
             ST_Union is in general orders of magnitude slower than ST_Collect
-            because it does not tries to dissolve boundaries and reorder geometries to ensure that a constructed MultiPolygon doesn't
-			have intersecting regions. .</para></note>
+            because it tries to dissolve boundaries and reorder geometries to ensure that a constructed Multi* doesn't
+			have intersecting regions.</para></note>
 			
 		<para>Performed by the GEOS module.</para>
 		<para>NOTE: this function was formerly called GeomUnion(), which



More information about the postgis-commits mailing list