8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c8d49 commit 92b8d17Copy full SHA for 92b8d17
src/test/regress/expected/xml.out
@@ -56,9 +56,9 @@ SELECT xmlconcat('bad', '<syntax');
56
ERROR: invalid XML content
57
DETAIL: Expected '>'
58
SELECT xmlconcat('<foo/>', NULL, '<?xml version="1.1" standalone="no"?><bar/>');
59
- xmlconcat
60
----------------------------------------------------
61
- <?xml version="1.1" standalone="no"?><foo/><bar/>
+ xmlconcat
+-----------------------------------
+ <?xml version="1.1"?><foo/><bar/>
62
(1 row)
63
64
SELECT xmlelement(name element,
0 commit comments