pgsql: Update "Using EXPLAIN" documentation examples using current code - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update "Using EXPLAIN" documentation examples using current code
Date
Msg-id E1VGHJ2-0004Cs-IY@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update "Using EXPLAIN" documentation examples using current code
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Translation updates