mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 18:50:17 -04:00
Fix xmlconcat regression test
This commit is contained in:
parent
b4c8d49036
commit
92b8d17ab4
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue