aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-10-08 19:10:06 +0000
committerBruce Momjian <bruce@momjian.us>2010-10-08 19:10:21 +0000
commitf7dbddac69d01fb27484ad27c1d042f36f55ea12 (patch)
tree11bd3e00dff4289f807b595055b9f5b15710dc48 /src/backend/utils/misc/postgresql.conf.sample
parentcaaf2e84698940c093e6cf6203014883e4fb18c5 (diff)
downloadpostgresql-f7dbddac69d01fb27484ad27c1d042f36f55ea12.tar.gz
postgresql-f7dbddac69d01fb27484ad27c1d042f36f55ea12.zip
Single-word clarification in postgresql.conf log_truncate_on_rotation
comment.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index b6a8f9115cf..d5121727697 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -274,7 +274,7 @@
# can include strftime() escapes
#log_file_mode = 0600 # creation mode for log files,
# begin with 0 to use octal notation
-#log_truncate_on_rotation = off # If on, an existing log file of the
+#log_truncate_on_rotation = off # If on, an existing log file with the
# same name as the new log file will be
# truncated rather than appended to.
# But such truncation only occurs on