pgsql: Disclaim support for default namespace in XMLTABLE

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disclaim support for default namespace in XMLTABLE
Date: 2018-06-21 21:01:56
Message-ID: E1fW6iK-0004v6-OJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c7048977a73b4ab3b38b9a28bc58e600b598c176

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2018-06-22 03:22:08 pgsql: Improve coding pattern in Parallel Append code.
Previous Message Tom Lane 2018-06-21 20:18:58 pgsql: Fix partial aggregation for variance(int4) and related aggregate