From: Bruce Momjian Date: Sat, 8 Jun 2002 04:08:19 +0000 (+0000) Subject: Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES. X-Git-Tag: REL7_3~1439 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cb53d71b901af07c8947444f215f2b299b2be88;p=postgresql Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 3fae561d7c..d18403913e 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -128,8 +128,6 @@ #log_timestamp = false #log_pid = false -#debug_level = 0 # range 0-16 - #debug_print_query = false #debug_print_parse = false #debug_print_rewritten = false