aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml2/sql/xml2.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xml2/sql/xml2.sql')
-rw-r--r--contrib/xml2/sql/xml2.sql10
1 files changed, 1 insertions, 9 deletions
diff --git a/contrib/xml2/sql/xml2.sql b/contrib/xml2/sql/xml2.sql
index 5b3cc997f50..4a996af7167 100644
--- a/contrib/xml2/sql/xml2.sql
+++ b/contrib/xml2/sql/xml2.sql
@@ -1,12 +1,4 @@
---
--- first, define the functions. Turn off echoing so that expected file
--- does not depend on contents of pgxml.sql.
---
-SET client_min_messages = warning;
-\set ECHO none
-\i pgxml.sql
-\set ECHO all
-RESET client_min_messages;
+CREATE EXTENSION xml2;
select query_to_xml('select 1 as x',true,false,'');