From 72478216c0bd9e594210ef63b3dcc541540d287f Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 7 Jan 2005 11:57:25 +0000 Subject: [PATCH] fixed typo in symdifference function definition git-svn-id: http://svn.osgeo.org/postgis/trunk@1250 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/lwpostgis.sql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwgeom/lwpostgis.sql.in b/lwgeom/lwpostgis.sql.in index 652891ba9..5c1cfb422 100644 --- a/lwgeom/lwpostgis.sql.in +++ b/lwgeom/lwpostgis.sql.in @@ -3244,7 +3244,7 @@ CREATEFUNCTION symdifference(geometry,geometry) CREATEFUNCTION symmetricdifference(geometry,geometry) RETURNS geometry AS '@MODULE_FILENAME@','symdifference' - LANGUAGE 'C' WITH (isstrict,,iscachable); + LANGUAGE 'C' WITH (isstrict,iscachable); CREATEFUNCTION GeomUnion(geometry,geometry) -- 2.40.0