mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03: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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user