diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-06-21 17:01:10 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-06-21 17:01:10 -0400 |
commit | c7048977a73b4ab3b38b9a28bc58e600b598c176 (patch) | |
tree | 58c4995064ef4a834c0526d004f385de99ac0505 | |
parent | ec4719cd155d1d58c8aa7c06c7ef24aef6e67622 (diff) | |
download | postgresql-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.sgml | 2 |
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[ |