]> granicus.if.org Git - postgresql/commitdiff
Document in postgresql.conf that the default units for
authorBruce Momjian <bruce@momjian.us>
Mon, 6 Apr 2009 19:00:18 +0000 (19:00 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 6 Apr 2009 19:00:18 +0000 (19:00 +0000)
log_min_duration_statement is milliseconds.

src/backend/utils/misc/postgresql.conf.sample

index 8dff94fd50fc7c1249a50f6b42e9f6cffcdd2e2d..6de692c611bfe6aee36e7de53f2410d15a50a422 100644 (file)
                                        #   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.