Skip to content

Commit b742010

Browse files
committed
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
1 parent b8a1d03 commit b742010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10761,7 +10761,7 @@ SELECT xmltable.*
1076110761
<para>
1076210762
The following example illustrates how
1076310763
the <literal>XMLNAMESPACES</literal> clause can be used to specify
10764-
the default namespace, and a list of additional namespaces
10764+
a list of namespaces
1076510765
used in the XML document as well as in the XPath expressions:
1076610766

1076710767
<screen><![CDATA[

0 commit comments

Comments
 (0)