Update SQL scripts to install/uninstall
authorCédric Villemain <cedric@2ndquadrant.fr>
Fri, 20 May 2011 01:02:45 +0000 (03:02 +0200)
committerCédric Villemain <cedric@2ndquadrant.fr>
Fri, 20 May 2011 01:02:45 +0000 (03:02 +0200)
pgfincore.sql.in
uninstall_pgfincore.sql.in

index 8a1c1978de089150b54060166922b26e896e83eb..8aa075bc11725f539af1ad1ed1752bd01d6805ab 100644 (file)
@@ -1,4 +1,3 @@
-BEGIN;
 
 SET search_path = public;
 
@@ -155,5 +154,4 @@ RETURNS setof record
 AS 'SELECT * from pgfincore($1, ''main'', false)'
 LANGUAGE SQL;
 
-COMMIT;
 
index 304abe4212eff3a03eaba8201abecdb7abcd91f6..75b6a6bea93c1dce46c8bb7bbe3263805fbd51f1 100644 (file)
@@ -1,4 +1,4 @@
-BEGIN;
+
 
 SET search_path = public;
 
@@ -16,6 +16,6 @@ DROP FUNCTION pgfadvise_loader(regclass, text, int, bool, bool, varbit);
 DROP FUNCTION pgfadvise_loader(regclass, int, bool, bool, varbit);
 
 DROP FUNCTION pgfincore(regclass);
-DROP FUNCTION pgfincore(regclass, text);
+DROP FUNCTION pgfincore(regclass, bool);
+DROP FUNCTION pgfincore(regclass, text, bool);
 
-COMMIT;