From: Regina Obe Date: Wed, 22 Jun 2011 23:13:26 +0000 (+0000) Subject: minor addition to GEOMETRYCOLLECTION(EMPTY) warning X-Git-Tag: 2.0.0alpha1~1379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03ed13673cc22411c03b24616d657f702e781dcc;p=postgis minor addition to GEOMETRYCOLLECTION(EMPTY) warning git-svn-id: http://svn.osgeo.org/postgis/trunk@7448 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index ddf4d1aa0..3386e946f 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -701,7 +701,8 @@ SELECT ST_GeomFromEWKT('POLYHEDRALSURFACE( &sfs_compliant; s3.2.6.2 - option SRID is from the conformance suite. &sqlmm_compliant; SQL-MM 3: 5.1.40 &curve_support; - Changed: 2.0.0 In prior versions of PostGIS ST_GeomFromText('GEOMETRYCOLLECTION(EMPTY)') was allowed. This is now illegal in PostGIS 2.0.0 to better conform with SQL/MM standards + Changed: 2.0.0 In prior versions of PostGIS ST_GeomFromText('GEOMETRYCOLLECTION(EMPTY)') was allowed. This is now illegal in PostGIS 2.0.0 to better conform with SQL/MM standards. This should now be + written as ST_GeomFromText('GEOMETRYCOLLECTION EMPTY')