]> granicus.if.org Git - postgis/commitdiff
fixed typo in symdifference function definition
authorSandro Santilli <strk@keybit.net>
Fri, 7 Jan 2005 11:57:25 +0000 (11:57 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 7 Jan 2005 11:57:25 +0000 (11:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1250 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in

index 652891ba9cb1873c3468621b167930db8f128e12..5c1cfb4226bc308486343b8a79d9134de5c41f43 100644 (file)
@@ -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)