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

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Thu Nov 6 23:44:09 PST 2008


Author: robe
Date: 2008-11-06 23:44:08 -0800 (Thu, 06 Nov 2008)
New Revision: 3267

Modified:
   trunk/doc/reference_new.xml
Log:
Yeh ST_Dump now works with curves

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-11-07 01:03:50 UTC (rev 3266)
+++ trunk/doc/reference_new.xml	2008-11-07 07:44:08 UTC (rev 3267)
@@ -8670,6 +8670,7 @@
             can be use to expand MULTIPOLYGONS into POLYGONS.</para>
 			
 			<para>Availability: PostGIS 1.0.0RC1. Requires PostgreSQL 7.3 or higher.</para>
+			<note><para>Prior to 1.3.4, this function crashes if used with geometries that contain CURVES.  This is fixed in 1.3.4+</para></note>
 			
 			<!-- Optionally mention 3d support -->
 			<para><inlinemediaobject>
@@ -8677,6 +8678,13 @@
 	          <imagedata fileref="images/check.png" />
 	        </imageobject>
 	      </inlinemediaobject> This function supports 3d and will not drop the z-index.</para>
+		  
+		  	<!-- Optionally mention Circular String Support -->
+			<para><inlinemediaobject>
+	        <imageobject>
+	          <imagedata fileref="images/check.png" />
+	        </imageobject>
+	      </inlinemediaobject> This method supports Circular Strings and Curves </para>
 	  </refsection>
 	
 	  <refsection>



More information about the postgis-commits mailing list