projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d030a2b
)
Fix expected file.
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 21 Dec 2006 19:18:04 +0000
(19:18 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 21 Dec 2006 19:18:04 +0000
(19:18 +0000)
src/test/regress/expected/xml_1.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/xml_1.out
b/src/test/regress/expected/xml_1.out
index 24d1e18f96e7600ad19aa79dcc0810b42b67eedc..e756b3830e12e49cdc8f5467d6ddd96712b74d2a 100644
(file)
--- a/
src/test/regress/expected/xml_1.out
+++ b/
src/test/regress/expected/xml_1.out
@@
-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