]> granicus.if.org Git - postgis/commitdiff
forgot to delete some stuff
authorRegina Obe <lr@pcorp.us>
Fri, 17 Oct 2008 03:05:42 +0000 (03:05 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 17 Oct 2008 03:05:42 +0000 (03:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3133 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index a6c7dc6265e8c4a83946adcbc46a1a32c91991b9..137c06803f4d14b0d5100468e49238ac00ed1d3a 100644 (file)
@@ -6399,22 +6399,6 @@ FROM (SELECT ST_Buffer('POINT(1 3)', 10,12) As the_geom) As foo;
                        <para><xref linkend="ST_Simplify" /></para>
                  </refsection>
        </refentry>
-       
-               <varlistentry>
-          <term>ST_SymDifference(geometry A, geometry B)</term>
-
-          <listitem>
-            <para>Returns a geometry that represents the portions of A and B
-            that do not intersect. It is called a symmetric difference because
-            ST_SymDifference(A,B) = ST_SymDifference(B,A).</para>
-
-            <para>Performed by the GEOS module</para>
-
-            <para>Do not call with a GeometryCollection as an argument</para>
-
-            <para>OGC SPEC s2.1.1.3</para>
-          </listitem>
-        </varlistentry>
                
        <refentry id="ST_SymDifference">
          <refnamediv>