Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b4a2eea

Browse files
committed
Disclaim xmltable() support for non-UTF8 databases.
The xmltable() implementation mirrors xpath(), including its lack of character encoding awareness.
1 parent 8d64423 commit b4a2eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/datatype.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4301,7 +4301,7 @@ SET xmloption TO { DOCUMENT | CONTENT };
43014301
<para>
43024302
Some XML-related functions may not work at all on non-ASCII data
43034303
when the server encoding is not UTF-8. This is known to be an
4304-
issue for <function>xpath()</> in particular.
4304+
issue for <function>xmltable()</> and <function>xpath()</> in particular.
43054305
</para>
43064306
</caution>
43074307
</sect2>

0 commit comments

Comments
 (0)