mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Fix expected file.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user