Cause EXPLAIN's VERBOSE option to print the target list (output column list)
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Apr 2008 01:42:17 +0000 (01:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Apr 2008 01:42:17 +0000 (01:42 +0000)
commit72738da06f7c2535cf4307b49ef3fd0866ce44bd
treeee4bfbfae69895bea0fb33f5c8d3456a60af7afe
parentf74ca580e2f9109cde670c3a1056103ce9d6b12b
Cause EXPLAIN's VERBOSE option to print the target list (output column list)
of each plan node, instead of its former behavior of dumping the internal
representation of the plan tree.  The latter display is still available for
those who really want it (see debug_print_plan), but uses for it are certainly
few and and far between.  Per discussion.

This patch also removes the explain_pretty_print GUC, which is obsoleted
by the change.
doc/src/sgml/config.sgml
doc/src/sgml/ref/explain.sgml
src/backend/commands/explain.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/utils/guc.h