Update and extend the EXPLAIN-related documentation.

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

Commit: a32dd16459ae8fbc1e09607d7ed960b3dcce7dba
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-09-28T23:39:54Z
Releases: 9.2.0
Update and extend the EXPLAIN-related documentation.

I've made a significant effort at filling in the "Using EXPLAIN" section
to be reasonably complete about mentioning everything that EXPLAIN can
output, including the "Rows Removed" outputs that were added by Marko
Tiikkaja's recent documentation-free patch.  I also updated the examples to
be consistent with current behavior; several of them were not close to what
the current code will do.  No doubt there's more that can be done here, but
I'm out of patience for today.

Files

PathChange+/−
doc/src/sgml/config.sgml modified +4 −4
doc/src/sgml/perform.sgml modified +563 −193
doc/src/sgml/planstats.sgml modified +3 −3
doc/src/sgml/ref/analyze.sgml modified +9 −6
doc/src/sgml/ref/explain.sgml modified +52 −38