From: Regina Obe Date: Wed, 22 Jun 2011 23:10:36 +0000 (+0000) Subject: #924 - document breaking change X-Git-Tag: 2.0.0alpha1~1380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5acb8908330a48023c116a4125dab244944fa3a9;p=postgis #924 - document breaking change git-svn-id: http://svn.osgeo.org/postgis/trunk@7447 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml index a4469ba50..7db7a577e 100644 --- a/doc/reference_accessor.xml +++ b/doc/reference_accessor.xml @@ -955,6 +955,7 @@ postgis=# SELECT ST_IsCollection('GEOMETRYCOLLECTION(POINT(0 0))'::geometry); &sfs_compliant; s2.1.1.1 &sqlmm_compliant; SQL-MM 3: 5.1.7 &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 diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index bfed5c0e8..ddf4d1aa0 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -701,6 +701,7 @@ 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