aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-07-01 13:29:25 +0000
committerBruce Momjian <bruce@momjian.us>2005-07-01 13:29:25 +0000
commit8f6e8e8fed372a592f645d8900b6f456db82cc59 (patch)
treeaed16365f832f03a4f71671ef3cd9a1911fe206e /src
parent5350216156f6d7dbff471af891797a576b1aad63 (diff)
downloadpostgresql-8f6e8e8fed372a592f645d8900b6f456db82cc59.tar.gz
postgresql-8f6e8e8fed372a592f645d8900b6f456db82cc59.zip
Clarify documentation about log_min_duration_statement.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 72f447c76b4..ac1cc4875a8 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -227,7 +227,8 @@
# debug5, debug4, debug3, debug2, debug1,
# info, notice, warning, error, panic(off)
-#log_min_duration_statement = -1 # -1 is disabled, in milliseconds.
+#log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements
+ # and their durations, in milliseconds.
#silent_mode = false # DO NOT USE without syslog or redirect_stderr