From: Bruce Momjian Date: Thu, 4 Apr 2002 04:33:58 +0000 (+0000) Subject: Add missing mention of 'log' option for client_min_messages. X-Git-Tag: REL7_3~1787 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5648c205c0680944209c3424eb0525d2d3e253f;p=postgresql Add missing mention of 'log' option for client_min_messages. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 01f55682b8..843ad5ce15 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -121,7 +121,7 @@ # panic #client_min_messages = notice # Values, in order of decreasing detail: # debug5, debug4, debug3, debug2, debug1, - # log, notice, warning, error + # log, info, notice, warning, error #silent_mode = false #log_connections = false