Fix xmlconcat regression test
This commit is contained in:
parent
b4c8d49036
commit
92b8d17ab4
@ -57,8 +57,8 @@ 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/>
|
||||
-----------------------------------
|
||||
<?xml version="1.1"?><foo/><bar/>
|
||||
(1 row)
|
||||
|
||||
SELECT xmlelement(name element,
|
||||
|
Loading…
x
Reference in New Issue
Block a user