aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-06-21 17:01:10 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-06-21 17:01:10 -0400
commitb742010890ab30dc0ef9e23fc341fc60d99b951a (patch)
tree74b37f14820a738b0bf514184def99b17d28ac63
parentb8a1d0302063a8adbfe3f4c43ee457fe724be42a (diff)
downloadpostgresql-b742010890ab30dc0ef9e23fc341fc60d99b951a.tar.gz
postgresql-b742010890ab30dc0ef9e23fc341fc60d99b951a.zip
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
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 37cb424df51..fee2970de7b 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -10761,7 +10761,7 @@ SELECT xmltable.*
<para>
The following example illustrates how
the <literal>XMLNAMESPACES</literal> 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:
<screen><![CDATA[