]> granicus.if.org Git - postgis/commitdiff
Fix minor typos in ST_Polygonize
authorRegina Obe <lr@pcorp.us>
Thu, 2 Oct 2008 12:43:13 +0000 (12:43 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 2 Oct 2008 12:43:13 +0000 (12:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3044 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index d7b91d91230a9c3bf5abed313c38cf1cef231792..e61ef98a1cabb95104464c6f726aa73b4942707b 100644 (file)
@@ -5188,7 +5188,7 @@ FROM country
                <funcsynopsis>
                  <funcprototype>
                        <funcdef>geometry <function>ST_Polygonize</function></funcdef>
-                       <paramdef><type>geometry</type> <parameter>geomfield</parameter></paramdef>
+                       <paramdef><type>geometry set</type> <parameter>geomfield</parameter></paramdef>
                  </funcprototype>
                </funcsynopsis>
                </refsynopsisdiv>
@@ -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