summaryrefslogtreecommitdiff
path: root/contrib/ltree/ltree.sql.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ltree/ltree.sql.in')
-rw-r--r--contrib/ltree/ltree.sql.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/ltree/ltree.sql.in b/contrib/ltree/ltree.sql.in
index 2f267b9828..7d8bdc3524 100644
--- a/contrib/ltree/ltree.sql.in
+++ b/contrib/ltree/ltree.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 FUNCTION ltree_in(cstring)
RETURNS ltree
AS 'MODULE_PATHNAME'