From: Regina Obe Date: Tue, 29 Jul 2008 15:46:59 +0000 (+0000) Subject: grammatical error X-Git-Tag: 1.4.0b1~806 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c5e614e1a06824dcfe0c2b6e1e9261c25899055;p=postgis grammatical error git-svn-id: http://svn.osgeo.org/postgis/trunk@2894 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 690dc9401..57188921c 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -1408,8 +1408,8 @@ FROM 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. . + because it tries to dissolve boundaries and reorder geometries to ensure that a constructed Multi* doesn't + have intersecting regions. Performed by the GEOS module. NOTE: this function was formerly called GeomUnion(), which