From 802e414d6250af3127ad5a69baa02c95fcfd4876 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 6 Apr 2009 19:00:18 +0000 Subject: [PATCH] Document in postgresql.conf that the default units for log_min_duration_statement is milliseconds. --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 8dff94fd50f..6de692c611b 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/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.