summaryrefslogtreecommitdiff
path: root/contrib/xml2/expected/xml2.out
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xml2/expected/xml2.out')
-rw-r--r--contrib/xml2/expected/xml2.out8
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/xml2/expected/xml2.out b/contrib/xml2/expected/xml2.out
index 8ce04d0b84..3bf676fb40 100644
--- a/contrib/xml2/expected/xml2.out
+++ b/contrib/xml2/expected/xml2.out
@@ -1,10 +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
-RESET client_min_messages;
+CREATE EXTENSION xml2;
select query_to_xml('select 1 as x',true,false,'');
query_to_xml
---------------------------------------------------------------