diff options
Diffstat (limited to 'contrib/xml/pgxml_dom.sql.in')
-rw-r--r-- | contrib/xml/pgxml_dom.sql.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/xml/pgxml_dom.sql.in b/contrib/xml/pgxml_dom.sql.in index 0814baa5938..514643b936e 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; |