Skip to content
Snippets Groups Projects
Commit 2c0efff2 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix expected file.

parent d030a2bb
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,11 @@ SELECT xmlroot ( ...@@ -70,6 +70,11 @@ SELECT xmlroot (
standalone yes standalone yes
); );
ERROR: no XML support in this installation ERROR: no XML support in this installation
SELECT xmlserialize(content data as character varying) FROM xmltest;
data
------
(0 rows)
-- Check mapping SQL identifier to XML name -- Check mapping SQL identifier to XML name
SELECT xmlpi(name ":::_xml_abc135.%-&_"); SELECT xmlpi(name ":::_xml_abc135.%-&_");
ERROR: no XML support in this installation ERROR: no XML support in this installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment