From c294bd7b2d8018dc0876a063a55f1fd2b8ecad7b Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 7 Nov 2008 07:44:08 +0000 Subject: [PATCH] Yeh ST_Dump now works with curves git-svn-id: http://svn.osgeo.org/postgis/trunk@3267 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_new.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 79fe59b34..9c239b181 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -8670,6 +8670,7 @@ MULTIPOINT(-118.6 38.329 6,-118.58 38.38 5) can be use to expand MULTIPOLYGONS into POLYGONS. Availability: PostGIS 1.0.0RC1. Requires PostgreSQL 7.3 or higher. + Prior to 1.3.4, this function crashes if used with geometries that contain CURVES. This is fixed in 1.3.4+ @@ -8677,6 +8678,13 @@ MULTIPOINT(-118.6 38.329 6,-118.58 38.38 5) This function supports 3d and will not drop the z-index. + + + + + + + This method supports Circular Strings and Curves -- 2.50.0