mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +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>
|
<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>
|
||||||
|
Reference in New Issue
Block a user