diff options
Diffstat (limited to 'src/test/regress/expected/xml_1.out')
-rw-r--r-- | src/test/regress/expected/xml_1.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/regress/expected/xml_1.out b/src/test/regress/expected/xml_1.out index 259bccbf4ba..662c0e236a8 100644 --- a/src/test/regress/expected/xml_1.out +++ b/src/test/regress/expected/xml_1.out @@ -62,6 +62,12 @@ SELECT xmlpi(name foo, 'bar'); ERROR: no XML support in this installation SELECT xmlpi(name foo, 'in?>valid'); ERROR: no XML support in this installation +SELECT xmlroot(xml '<foo/>', version no value, standalone no value); +ERROR: no XML support in this installation +SELECT xmlroot(xml '<foo/>', version '2.0'); +ERROR: no XML support in this installation +SELECT xmlroot(xmlroot(xml '<foo/>', version '1.0'), version '1.1', standalone no); +ERROR: no XML support in this installation SELECT xmlroot ( xmlelement ( name gazonk, |