Disclaim xmltable() support for non-UTF8 databases.

The xmltable() implementation mirrors xpath(), including its lack of
character encoding awareness.
This commit is contained in:
Noah Misch 2017-08-07 17:16:21 -07:00
parent 8d6442377d
commit b4a2eea030
1 changed files with 1 additions and 1 deletions

View File

@ -4301,7 +4301,7 @@ SET xmloption TO { DOCUMENT | CONTENT };
<para> <para>
Some XML-related functions may not work at all on non-ASCII data 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 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> </para>
</caution> </caution>
</sect2> </sect2>