diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-08-19 18:30:04 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-08-19 18:30:04 +0000 |
commit | 9650830bc82045b32573e52b0843d6a2f56b802a (patch) | |
tree | 9afe0c48788939c9c6a43efac2ccb91dfe79aa3b /src/backend/utils/misc/postgresql.conf.sample | |
parent | 2aaca8e3143e10e1514fceb6654987a1f6b3f4ca (diff) | |
download | postgresql-9650830bc82045b32573e52b0843d6a2f56b802a.tar.gz postgresql-9650830bc82045b32573e52b0843d6a2f56b802a.zip |
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.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 063d3ec1c4a..342be9d6c3c 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -322,7 +322,7 @@ #debug_print_parse = off #debug_print_rewritten = off #debug_print_plan = off -#debug_pretty_print = off +#debug_pretty_print = on #log_checkpoints = off #log_connections = off #log_disconnections = off |