Cause the output from debug_print_parse, debug_print_rewritten, and
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Aug 2008 18:30:04 +0000 (18:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Aug 2008 18:30:04 +0000 (18:30 +0000)
commit9a49454d7694a0dc199e899e83c5506520e05d15
treecde0fb3b92170245e5b26dbba0210c31c2fc2cdb
parentb9edc6be6544cc19d2e4188e5b5c6fb649c006df
Cause the output from debug_print_parse, debug_print_rewritten, and
debug_print_plan to appear at LOG message level, not DEBUG1 as historically.
Make debug_pretty_print default to on.  Also, cause plans generated via
EXPLAIN to be subject to debug_print_plan.  This is all to make
debug_print_plan a reasonably comfortable substitute for the former behavior
of EXPLAIN VERBOSE.
doc/src/sgml/config.sgml
src/backend/commands/explain.c
src/backend/tcop/postgres.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample