Fix xmlconcat regression test

This commit is contained in:
Peter Eisentraut 2007-01-20 11:44:15 +00:00
parent b4c8d49036
commit 92b8d17ab4

View File

@ -56,9 +56,9 @@ SELECT xmlconcat('bad', '<syntax');
ERROR: invalid XML content
DETAIL: Expected '>'
SELECT xmlconcat('<foo/>', NULL, '<?xml version="1.1" standalone="no"?><bar/>');
xmlconcat
---------------------------------------------------
<?xml version="1.1" standalone="no"?><foo/><bar/>
xmlconcat
-----------------------------------
<?xml version="1.1"?><foo/><bar/>
(1 row)
SELECT xmlelement(name element,