pgsql: Update "Using EXPLAIN" documentation examples using current code

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update "Using EXPLAIN" documentation examples using current code
Date: 2013-09-01 23:43:44
Message-ID: E1VGHJ2-0004Cs-IY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update "Using EXPLAIN" documentation examples using current code.

It seems like a good idea to update these examples since some fairly
basic planner behaviors have changed in 9.3; notably that the startup cost
for an indexscan plan node is no longer invariably estimated at 0.00.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/244c8b466a743d1ec18a7d841bf42669699b3b56

Modified Files
--------------
doc/src/sgml/perform.sgml | 166 ++++++++++++++++++++++++---------------------
1 file changed, 89 insertions(+), 77 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-09-02 07:02:06 pgsql: Translation updates
Previous Message Tom Lane 2013-09-01 03:53:47 pgsql: Update 9.3 release notes.