From 15498bba863a38974823b42034c0dd6d15964b64 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 5 Sep 2009 17:11:16 +0000 Subject: [PATCH] formatting change git-svn-id: http://svn.osgeo.org/postgis/trunk@4445 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index 1c4cf004d..4b845d1d7 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -13143,9 +13143,14 @@ FROM (SELECT ST_Buffer('POINT(1 3)', 10,12) As the_geom) As foo; The symmetric difference of the two lines - - ---Safe for 2d + + + + + + + +--Safe for 2d - symmetric difference of 2 linestrings SELECT ST_AsText( ST_SymDifference( ST_GeomFromText('LINESTRING(50 100, 50 200)'), @@ -13156,13 +13161,7 @@ SELECT ST_AsText( st_astext --------- MULTILINESTRING((50 150,50 200),(50 50,50 100)) - - - - - - - + -- 2.40.0