mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Document in postgresql.conf that the default units for
log_min_duration_statement is milliseconds.
This commit is contained in:
parent
4ae4d23433
commit
802e414d62
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@
|
|||
# fatal
|
||||
# panic (effectively off)
|
||||
|
||||
#log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements
|
||||
#log_min_duration_statement = -1ms # -1 is disabled, 0 logs all statements
|
||||
# and their durations, > 0 logs only
|
||||
# statements running at least this time.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue