pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable
Date
Msg-id E1PuSZX-0006Kv-RU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update discussion of EXPLAIN to reflect existence of ModifyTable nodes.

Back-patch to 9.0, since this was changed then.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/09b49a8439fde63826f93f55430868cf2585644b

Modified Files
--------------
doc/src/sgml/perform.sgml |   33 +++++++++++++++++++++------------
1 files changed, 21 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Dump the COLLATABLE attribute in CREATE TYPE