From: Bruce Momjian Date: Mon, 6 Apr 2009 19:00:18 +0000 (+0000) Subject: Document in postgresql.conf that the default units for X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5136c044c24f5a10c67b98784a5f13b4a62e93cf;p=users%2Fsimon%2Fpostgres.git Document in postgresql.conf that the default units for log_min_duration_statement is milliseconds. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 8dff94fd50..6de692c611 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.