]> granicus.if.org Git - postgis/commitdiff
get rid of begin; commit in geography.sql.in.c. Now that it is part of postgis.sql...
authorRegina Obe <lr@pcorp.us>
Fri, 4 Dec 2009 15:39:51 +0000 (15:39 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 4 Dec 2009 15:39:51 +0000 (15:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4989 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography.sql.in.c

index adf7252d93829afe3e093be77fcffd2a6bb1178e..3c39de6a9bf744aa277d2c0cb5ef9dd848924638 100644 (file)
@@ -9,8 +9,6 @@
 --
 ---------------------------------------------------------------------------
 
-BEGIN;
-
 -- Availability: 1.5.0
 CREATE OR REPLACE FUNCTION geography_typmod_in(cstring[])
        RETURNS integer
@@ -741,5 +739,3 @@ CREATE OR REPLACE FUNCTION ST_Intersection(text, text)
        LANGUAGE 'SQL' IMMUTABLE STRICT;
 
 -- ---------- ---------- ---------- ---------- ---------- ---------- ----------
-
-COMMIT;