Document in postgresql.conf that the default units for

log_min_duration_statement is milliseconds.
REL8_5_ALPHA1_BRANCH
Bruce Momjian 17 years ago
parent 4ae4d23433
commit 802e414d62
  1. 2
      src/backend/utils/misc/postgresql.conf.sample

@ -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…
Cancel
Save