summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgcrypto.sql.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pgcrypto/pgcrypto.sql.in')
-rw-r--r--contrib/pgcrypto/pgcrypto.sql.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/pgcrypto/pgcrypto.sql.in b/contrib/pgcrypto/pgcrypto.sql.in
index 0f3cbe537a..31e1773a41 100644
--- a/contrib/pgcrypto/pgcrypto.sql.in
+++ b/contrib/pgcrypto/pgcrypto.sql.in
@@ -1,8 +1,6 @@
-- Adjust this setting to control where the objects get created.
SET search_path = public;
-SET autocommit TO 'on';
-
CREATE OR REPLACE FUNCTION digest(text, text)
RETURNS bytea
AS 'MODULE_PATHNAME', 'pg_digest'