]> granicus.if.org Git - postgresql/commitdiff
Disclaim xmltable() support for non-UTF8 databases.
authorNoah Misch <noah@leadboat.com>
Tue, 8 Aug 2017 00:16:21 +0000 (17:16 -0700)
committerNoah Misch <noah@leadboat.com>
Tue, 8 Aug 2017 00:16:21 +0000 (17:16 -0700)
The xmltable() implementation mirrors xpath(), including its lack of
character encoding awareness.

doc/src/sgml/datatype.sgml

index a32204900535f59e70331cbc72bda7312077f22a..af5daef7ab2fb4142d4bfcf5ac957b2711bab1f5 100644 (file)
@@ -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>