8000 Disclaim xmltable() support for non-UTF8 databases. · codeimmortal/postgres@b4a2eea · GitHub
[go: up one dir, main page]

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

Lines changed: 1 addition & 1 deletion
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>
430643 4205 06
</caution>
43074307
</sect2>

0 commit comments

Comments
 (0)
0