From: Regina Obe Date: Thu, 2 Oct 2008 12:43:13 +0000 (+0000) Subject: Fix minor typos in ST_Polygonize X-Git-Tag: 1.4.0b1~671 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aac032c2c4f312057cdf66447c18c53dd14c853;p=postgis Fix minor typos in ST_Polygonize git-svn-id: http://svn.osgeo.org/postgis/trunk@3044 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_new.xml b/doc/reference_new.xml index d7b91d912..e61ef98a1 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -5188,7 +5188,7 @@ FROM country geometry ST_Polygonize - geometry geomfield + geometry set geomfield @@ -5215,10 +5215,9 @@ FROM (SELECT the_geom_4269 FROM ma.suffolk_edges ORDER BY tlid LIMIT 45) As foo; geomtextrep ------------------------------------- - SRID=4269;GEOMETRYCOLLECTION(POLYGON((-71.040878 42.285678,-71.040943 42.2856,- -71.04096 42.285752,-71.040878 42.285678)),POLYGON((-71.17166 42.353675,-71.17202 -6 42.354044,-71.17239 42.354358,-71.171794 42.354971,-71.170511 42.354855,-71.17 -112 42.354238,-71.17166 42.353675))) + SRID=4269;GEOMETRYCOLLECTION(POLYGON((-71.040878 42.285678,-71.040943 42.2856,-71.04096 42.285752,-71.040878 42.285678)), + POLYGON((-71.17166 42.353675,-71.172026 42.354044,-71.17239 42.354358,-71.171794 42.354971,-71.170511 42.354855, + -71.17112 42.354238,-71.17166 42.353675))) (1 row) --Use ST_Dump to dump out the polygonize geoms into individual polygons