1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Rename server_min_messages to log_min_messages. Part of consolidation

of log_ settings.
This commit is contained in:
Bruce Momjian
2002-11-14 23:53:27 +00:00
parent 3e8c4c7a73
commit 001d5a7aa5
10 changed files with 61 additions and 60 deletions

View File

@ -112,7 +112,7 @@
#
# Message display
#
#server_min_messages = notice # Values, in order of decreasing detail:
#log_min_messages = notice # Values, in order of decreasing detail:
# debug5, debug4, debug3, debug2, debug1,
# info, notice, warning, error, log, fatal,
# panic