From cd486bac1630d299921e38a48749870c09a03fc0 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 17 Oct 2008 03:05:42 +0000 Subject: [PATCH] forgot to delete some stuff git-svn-id: http://svn.osgeo.org/postgis/trunk@3133 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_new.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/doc/reference_new.xml b/doc/reference_new.xml index a6c7dc626..137c06803 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -6399,22 +6399,6 @@ FROM (SELECT ST_Buffer('POINT(1 3)', 10,12) As the_geom) As foo; - - - ST_SymDifference(geometry A, geometry B) - - - 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). - - Performed by the GEOS module - - Do not call with a GeometryCollection as an argument - - OGC SPEC s2.1.1.3 - - -- 2.50.0