From c9b81e4968ad9be0a60d5950030f388b7d8efc0e Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 4 Dec 2009 15:39:51 +0000 Subject: [PATCH] get rid of begin; commit in geography.sql.in.c. Now that it is part of postgis.sql.inc.c, no need for it. git-svn-id: http://svn.osgeo.org/postgis/trunk@4989 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geography.sql.in.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/postgis/geography.sql.in.c b/postgis/geography.sql.in.c index adf7252d9..3c39de6a9 100644 --- a/postgis/geography.sql.in.c +++ b/postgis/geography.sql.in.c @@ -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; -- 2.50.1