From 020841071bf401245b9ed012752d85fd7e500431 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 18 Jan 2007 13:59:11 +0000 Subject: Clean up encoding issues in the xml type: In text mode, encoding declarations are ignored and removed, in binary mode they are honored as specified by the XML standard. --- src/test/regress/expected/xml.out | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/test') diff --git a/src/test/regress/expected/xml.out b/src/test/regress/expected/xml.out index c33fd8e414..db03e43f2a 100644 --- a/src/test/regress/expected/xml.out +++ b/src/test/regress/expected/xml.out @@ -177,8 +177,7 @@ SELECT xmlpi(name foo, ' bar'); SELECT xmlroot(xml '', version no value, standalone no value); xmlroot ------------------------ - +--------- (1 row) -- cgit v1.2.1