mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -8,8 +8,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
|
||||
|
Reference in New Issue
Block a user