1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Remove postgresql.conf of 'info' as a valid client_min_messages level.

This commit is contained in:
Bruce Momjian
2004-07-11 21:48:25 +00:00
parent 7b0f060d54
commit 5ff9566686
3 changed files with 8 additions and 4 deletions

View File

@ -167,7 +167,7 @@
#client_min_messages = notice # Values, in order of decreasing detail:
# debug5, debug4, debug3, debug2, debug1,
# log, info, notice, warning, error
# log, notice, warning, error
#log_min_messages = notice # Values, in order of decreasing detail:
# debug5, debug4, debug3, debug2, debug1,