Commit b4a2eea0 authored by Noah Misch's avatar Noah Misch

Disclaim xmltable() support for non-UTF8 databases.

The xmltable() implementation mirrors xpath(), including its lack of
character encoding awareness.
parent 8d644237
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment