Commit 92b8d17a authored by Peter Eisentraut's avatar Peter Eisentraut

Fix xmlconcat regression test

parent b4c8d490
...@@ -57,8 +57,8 @@ ERROR: invalid XML content ...@@ -57,8 +57,8 @@ ERROR: invalid XML content
DETAIL: Expected '>' DETAIL: Expected '>'
SELECT xmlconcat('<foo/>', NULL, '<?xml version="1.1" standalone="no"?><bar/>'); SELECT xmlconcat('<foo/>', NULL, '<?xml version="1.1" standalone="no"?><bar/>');
xmlconcat xmlconcat
--------------------------------------------------- -----------------------------------
<?xml version="1.1" standalone="no"?><foo/><bar/> <?xml version="1.1"?><foo/><bar/>
(1 row) (1 row)
SELECT xmlelement(name element, SELECT xmlelement(name element,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment