Document in postgresql.conf that the default units for

log_min_duration_statement is milliseconds.
This commit is contained in:
Bruce Momjian 2009-04-06 19:00:18 +00:00
parent 4ae4d23433
commit 802e414d62

View File

@ -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.