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)
commit87a2f050a9b53b3effe0a4da9733b5dba784463d
tree5a1aa867819cca291da2a70ee4f4e8695a0cebec
parent2f0f7b4bce13e68394543728801ef011fd82fac6
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