aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-04-04 04:33:58 +0000
committerBruce Momjian <bruce@momjian.us>2002-04-04 04:33:58 +0000
commitf5648c205c0680944209c3424eb0525d2d3e253f (patch)
tree5b999f6c87d359e500b12c5022f605914ba9288c /src
parent43a3543a4eb412a895df911eba9d8671ded45c54 (diff)
downloadpostgresql-f5648c205c0680944209c3424eb0525d2d3e253f.tar.gz
postgresql-f5648c205c0680944209c3424eb0525d2d3e253f.zip
Add missing mention of 'log' option for client_min_messages.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
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 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