]> granicus.if.org Git - postgis/commitdiff
#2378 document that ST_CollectionExtract and ST_CollectionHomegenize are flawed when...
authorRegina Obe <lr@pcorp.us>
Tue, 9 Jul 2013 16:29:14 +0000 (16:29 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 9 Jul 2013 16:29:14 +0000 (16:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11645 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_editor.xml

index 63ef413c041eee3f6372de2ddf3cb8ff8487a52a..690fe6cbbd3469b17cc832f1fa9c61457e9b2bb4 100644 (file)
@@ -713,6 +713,9 @@ Prior to 1.5.3 this function returned non-collection inputs untouched, no matter
 In 1.5.3 non-matching single geometries result in a NULL return. 
 In of 2.0.0 every case of missing match results in a typed EMPTY return.
                        </para></note>
+                       
+                       <warning><para>When specifying 3 == POLYGON a multipolygon is returned even when the edges are shared.  This results in an invalid multipolygon for many cases
+                       such as applying this function on an <xref linkend="ST_Split" /> result.</para></warning>
 
                </refsection>
 
@@ -763,9 +766,13 @@ MULTILINESTRING((0 0, 1 1), (2 2, 3 3))
                                <para>
                                        Given a geometry collection, returns the "simplest" representation of the contents.  Singletons will be returned as singletons.  Collections that are homogeneous will be returned as the appropriate multi-type.
                                </para>
+                               
+                               <warning><para>When specifying 3 == POLYGON a multipolygon is returned even when the edges are shared.  This results in an invalid multipolygon for many cases
+                       such as applying this function on an <xref linkend="ST_Split" /> result.</para></warning>
 
-                               <para>Availability: 2.0.0</para>
 
+                               <para>Availability: 2.0.0</para>
+                               
                        </refsection>
 
                        <refsection>