projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d64423
)
Disclaim xmltable() support for non-UTF8 databases.
author
Noah Misch
<noah@leadboat.com>
Tue, 8 Aug 2017 00:16:21 +0000
(17:16 -0700)
committer
Noah Misch
<noah@leadboat.com>
Tue, 8 Aug 2017 00:16:21 +0000
(17:16 -0700)
The xmltable() implementation mirrors xpath(), including its lack of
character encoding awareness.
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index a32204900535f59e70331cbc72bda7312077f22a..af5daef7ab2fb4142d4bfcf5ac957b2711bab1f5 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-4301,7
+4301,7
@@
SET xmloption TO { DOCUMENT | CONTENT };
<para>
Some XML-related functions may not work at all on non-ASCII data
when the server encoding is not UTF-8. This is known to be an
- issue for <function>xpath()</> in particular.
+ issue for <function>x
mltable()</> and <function>x
path()</> in particular.
</para>
</caution>
</sect2>