From b4a2eea030ba74ea84335c7d5bc999f693ffd9a4 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Mon, 7 Aug 2017 17:16:21 -0700 Subject: [PATCH] Disclaim xmltable() support for non-UTF8 databases. The xmltable() implementation mirrors xpath(), including its lack of character encoding awareness. --- doc/src/sgml/datatype.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index a322049005..af5daef7ab 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -4301,7 +4301,7 @@ SET xmloption TO { DOCUMENT | CONTENT }; 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 xpath() in particular. + issue for xmltable() and xpath() in particular.