pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable
Date: 2011-03-01 16:37:15
Message-ID: E1PuSZX-0006Kx-Qg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update discussion of EXPLAIN to reflect existence of ModifyTable nodes.

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

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/82a0e3522205266601966560b398b6ac42731567

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-03-01 16:46:17 pgsql: Dump the COLLATABLE attribute in CREATE TYPE
Previous Message Robert Haas 2011-03-01 16:34:30 pgsql: Avoid excessive Hot Standby feedback messages.