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

Clarify documentation about log_min_duration_statement.

This commit is contained in:
Bruce Momjian
2005-07-01 13:29:25 +00:00
parent 5350216156
commit 8f6e8e8fed
2 changed files with 14 additions and 12 deletions

View File

@ -227,7 +227,8 @@
# debug5, debug4, debug3, debug2, debug1,
# info, notice, warning, error, panic(off)
#log_min_duration_statement = -1 # -1 is disabled, in milliseconds.
#log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements
# and their durations, in milliseconds.
#silent_mode = false # DO NOT USE without syslog or redirect_stderr