diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-05-10 21:15:56 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-05-10 21:15:56 +0200 |
commit | 9700b250c5b84a083261add9f6e3507c9c72e076 (patch) | |
tree | 4ba2d42f75b6c4644a473be27a4cc1e0abfc1ed1 /src | |
parent | 93e6892f6717d5777c9decef301728e8bb3f011b (diff) | |
download | postgresql-9700b250c5b84a083261add9f6e3507c9c72e076.tar.gz postgresql-9700b250c5b84a083261add9f6e3507c9c72e076.zip |
Formatting and punctuation improvements in sample configuration files
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 94270eb0ecb..a5a6d14cd4b 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -449,7 +449,7 @@ # logging_collector to be on. # This is used when logging to stderr: -#logging_collector = off # Enable capturing of stderr, jsonlog +#logging_collector = off # Enable capturing of stderr, jsonlog, # and csvlog into log files. Required # to be on for csvlogs and jsonlogs. # (change requires restart) @@ -536,9 +536,9 @@ # statements from all transactions, 0.0 never logs #log_startup_progress_interval = 10s # Time between progress updates for - # long-running startup operations. - # 0 disables the feature, > 0 indicates - # the interval in milliseconds. + # long-running startup operations. + # 0 disables the feature, > 0 indicates + # the interval in milliseconds. # - What to Log - |