projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae4d23
)
Document in postgresql.conf that the default units for
author
Bruce Momjian
Mon, 6 Apr 2009 19:00:18 +0000
(19:00 +0000)
committer
Bruce Momjian
Mon, 6 Apr 2009 19:00:18 +0000
(19:00 +0000)
log_min_duration_statement is milliseconds.
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 8dff94fd50fc7c1249a50f6b42e9f6cffcdd2e2d..6de692c611bfe6aee36e7de53f2410d15a50a422 100644
(file)
--- 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 = -1
ms
# -1 is disabled, 0 logs all statements
# and their durations, > 0 logs only
# statements running at least this time.