mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 08:37:56 -05:00
Disclaim xmltable() support for non-UTF8 databases.
The xmltable() implementation mirrors xpath(), including its lack of character encoding awareness.
This commit is contained in:
parent
8d6442377d
commit
b4a2eea030
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue