Update "Using EXPLAIN" documentation examples using current code.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 244c8b466a743d1ec18a7d841bf42669699b3b56
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-09-01T23:43:02Z
Releases: 9.4.0
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.

Files

PathChange+/−
doc/src/sgml/perform.sgml modified +89 −77