Fix expected file.

This commit is contained in:
Peter Eisentraut 2006-12-21 19:18:04 +00:00
parent d030a2bb20
commit 2c0efff2a0
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ SELECT xmlroot (
standalone yes
);
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
SELECT xmlpi(name ":::_xml_abc135.%-&_");
ERROR: no XML support in this installation