summaryrefslogtreecommitdiff
path: root/contrib/xml2/expected/xml2_1.out
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xml2/expected/xml2_1.out')
-rw-r--r--contrib/xml2/expected/xml2_1.out8
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/xml2/expected/xml2_1.out b/contrib/xml2/expected/xml2_1.out
index d2d243ada7..fda626e08c 100644
--- a/contrib/xml2/expected/xml2_1.out
+++ b/contrib/xml2/expected/xml2_1.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
---------------------------------------------------------------