]> granicus.if.org Git - postgis/commitdiff
minor addition to GEOMETRYCOLLECTION(EMPTY) warning
authorRegina Obe <lr@pcorp.us>
Wed, 22 Jun 2011 23:13:26 +0000 (23:13 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 22 Jun 2011 23:13:26 +0000 (23:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7448 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_constructor.xml

index ddf4d1aa01d1881d6ee50d36d3cef12d7293ea06..3386e946fd04f6919e6aa10ea7376c4b18fe1050 100644 (file)
@@ -701,7 +701,8 @@ 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>
+                       <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. This should now be
+                           written as ST_GeomFromText('GEOMETRYCOLLECTION EMPTY')</para></warning>
 
                  </refsection>