summaryrefslogtreecommitdiff
path: root/contrib/xml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xml')
-rw-r--r--contrib/xml/pgxml.sql.in2
-rw-r--r--contrib/xml/pgxml_dom.sql.in2
2 files changed, 0 insertions, 4 deletions
diff --git a/contrib/xml/pgxml.sql.in b/contrib/xml/pgxml.sql.in
index 0814baa593..514643b936 100644
--- a/contrib/xml/pgxml.sql.in
+++ b/contrib/xml/pgxml.sql.in
@@ -3,8 +3,6 @@
-- Adjust this setting to control where the objects get created.
SET search_path TO public;
-SET autocommit TO on;
-
CREATE OR REPLACE FUNCTION pgxml_parse(text) RETURNS boolean
AS 'MODULE_PATHNAME' LANGUAGE c STRICT;
diff --git a/contrib/xml/pgxml_dom.sql.in b/contrib/xml/pgxml_dom.sql.in
index 0814baa593..514643b936 100644
--- a/contrib/xml/pgxml_dom.sql.in
+++ b/contrib/xml/pgxml_dom.sql.in
@@ -3,8 +3,6 @@
-- Adjust this setting to control where the objects get created.
SET search_path TO public;
-SET autocommit TO on;
-
CREATE OR REPLACE FUNCTION pgxml_parse(text) RETURNS boolean
AS 'MODULE_PATHNAME' LANGUAGE c STRICT;