From f5648c205c0680944209c3424eb0525d2d3e253f Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 4 Apr 2002 04:33:58 +0000
Subject: [PATCH] Add missing mention of 'log' option for client_min_messages.

---
 src/backend/utils/misc/postgresql.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 01f55682b88..843ad5ce158 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
-- 
GitLab