pgsql: Update and extend the EXPLAIN-related documentation. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update and extend the EXPLAIN-related documentation.
Date
Msg-id E1R93jf-0006Rc-Cu@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a32dd16459ae8fbc1e09607d7ed960b3dcce7dba

Modified Files
--------------
doc/src/sgml/config.sgml      |    8 +-
doc/src/sgml/perform.sgml     |  756 ++++++++++++++++++++++++++++++-----------
doc/src/sgml/planstats.sgml   |    6 +-
doc/src/sgml/ref/analyze.sgml |   15 +-
doc/src/sgml/ref/explain.sgml |   90 +++--
5 files changed, 631 insertions(+), 244 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Take sepgsql regression tests out of the regular regression test
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Updated for build 2.0.11.92