diff options
author | Noah Misch | 2017-08-08 00:16:21 +0000 |
---|---|---|
committer | Noah Misch | 2017-08-08 00:16:21 +0000 |
commit | b4a2eea030ba74ea84335c7d5bc999f693ffd9a4 (patch) | |
tree | 2b91eb7fb9142a19af3e91f7a26a2a6505c612d0 /doc/src | |
parent | 8d6442377df5451a8db598788847e6a70b3b49ef (diff) |
Disclaim xmltable() support for non-UTF8 databases.
The xmltable() implementation mirrors xpath(), including its lack of
character encoding awareness.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/datatype.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index a322049005..af5daef7ab 100644 --- 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>xmltable()</> and <function>xpath()</> in particular. </para> </caution> </sect2> |