From d9f12294f14b2eb66cff8300eeef58d608b9427f Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 11 Sep 2017 17:17:25 +0200 Subject: [PATCH] Remove mention of default ns for xmltable --- 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 641b3b8f4e..1b0813ab55 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10743,7 +10743,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: