Disclaim xmltable() support for non-UTF8 databases.

The xmltable() implementation mirrors xpath(), including its lack of
character encoding awareness.
pull/24/head
Noah Misch 9 years ago
parent 8d6442377d
commit b4a2eea030
  1. 2
      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>

Loading…
Cancel
Save