Fix xmlconcat regression test
This commit is contained in:
parent
b4c8d49036
commit
92b8d17ab4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user