From: Alvaro Herrera Date: Thu, 21 Jun 2018 21:01:10 +0000 (-0400) Subject: Disclaim support for default namespace in XMLTABLE X-Git-Tag: REL_10_5~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b742010890ab30dc0ef9e23fc341fc60d99b951a;p=postgresql Disclaim support for default namespace in XMLTABLE Pavel Stehule's original patch had support for default namespace, but I ripped it out before commit -- hence the docs were correct when written, and I broke them by omission :-(. Remove the offending phrase. Author: Daniel Gustafsson Discussion: https://postgr.es/m/1550C5E5-FC70-4493-A226-AA137D831E8D@yesql.se --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 37cb424df5..fee2970de7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10761,7 +10761,7 @@ SELECT xmltable.* The following example illustrates how the XMLNAMESPACES clause can be used to specify - the default namespace, and a list of additional namespaces + a list of namespaces used in the XML document as well as in the XPath expressions: