mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix xmlconcat regression test
This commit is contained in:
@ -56,9 +56,9 @@ SELECT xmlconcat('bad', '<syntax');
|
|||||||
ERROR: invalid XML content
|
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,
|
||||||
|
Reference in New Issue
Block a user