1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-13 18:28:01 +03:00

SET autocommit no longer needed in /contrib because pg_regress.sh does

it automatically now on regression session startup.
This commit is contained in:
Bruce Momjian
2002-10-21 01:42:14 +00:00
parent 189c3481c4
commit e5cf1a8a26
33 changed files with 2 additions and 46 deletions

View File

@@ -6,7 +6,6 @@
--
-- Adjust this setting to control where the objects get created.
SET search_path = public;
SET autocommit TO 'on';
CREATE OR REPLACE FUNCTION conditional_drop()
RETURNS text AS '
DECLARE