]> granicus.if.org Git - postgis/commitdiff
#924 - document breaking change
authorRegina Obe <lr@pcorp.us>
Wed, 22 Jun 2011 23:10:36 +0000 (23:10 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 22 Jun 2011 23:10:36 +0000 (23:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7447 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_accessor.xml
doc/reference_constructor.xml

index a4469ba5058ce5e61505bbeb3c29f8959c6366ec..7db7a577ec080efd0b5bdeed3274ee78a0024288 100644 (file)
@@ -955,6 +955,7 @@ postgis=# SELECT ST_IsCollection('GEOMETRYCOLLECTION(POINT(0 0))'::geometry);
                <para>&sfs_compliant; s2.1.1.1</para>
                <para>&sqlmm_compliant; SQL-MM 3: 5.1.7</para>
                <para>&curve_support;</para>
+               <warning><para>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</para></warning>
 
          </refsection>
 
index bfed5c0e89e36fa4d415acd9bff4e62f5206c9e9..ddf4d1aa01d1881d6ee50d36d3cef12d7293ea06 100644 (file)
@@ -701,6 +701,7 @@ SELECT ST_GeomFromEWKT('POLYHEDRALSURFACE(
                        <para>&sfs_compliant; s3.2.6.2 - option SRID is from the conformance suite.</para>
                        <para>&sqlmm_compliant; SQL-MM 3: 5.1.40</para>
                        <para>&curve_support;</para>
+                       <warning><para>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</para></warning>
 
                  </refsection>