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
commitc7048977a73b4ab3b38b9a28bc58e600b598c176 (patch)
tree58c4995064ef4a834c0526d004f385de99ac0505
parentec4719cd155d1d58c8aa7c06c7ef24aef6e67622 (diff)
downloadpostgresql-c7048977a73b4ab3b38b9a28bc58e600b598c176.tar.gz
postgresql-c7048977a73b4ab3b38b9a28bc58e600b598c176.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 d73fdf6ca49..5dce8ef1785 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -10903,7 +10903,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[