From c7048977a73b4ab3b38b9a28bc58e600b598c176 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 21 Jun 2018 17:01:10 -0400 Subject: [PATCH] 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 --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index d73fdf6ca4..5dce8ef178 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10903,7 +10903,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: