[postgis-commits] svn - r3044 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Oct 2 05:43:14 PDT 2008
Author: robe
Date: 2008-10-02 05:43:13 -0700 (Thu, 02 Oct 2008)
New Revision: 3044
Modified:
trunk/doc/reference_new.xml
Log:
Fix minor typos in ST_Polygonize
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2008-10-02 12:14:05 UTC (rev 3043)
+++ trunk/doc/reference_new.xml 2008-10-02 12:43:13 UTC (rev 3044)
@@ -5188,7 +5188,7 @@
<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 @@
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
More information about the postgis-commits
mailing list