Formatting and punctuation improvements in sample configuration files

pull/83/head
Peter Eisentraut 3 years ago
parent 93e6892f67
commit 9700b250c5
  1. 4
      contrib/basic_archive/basic_archive.conf
  2. 8
      src/backend/utils/misc/postgresql.conf.sample

@ -1,4 +1,4 @@
archive_mode = 'on' archive_mode = on
archive_library = 'basic_archive' archive_library = 'basic_archive'
basic_archive.archive_directory = '.' basic_archive.archive_directory = '.'
wal_level = 'replica' wal_level = replica

@ -449,7 +449,7 @@
# logging_collector to be on. # logging_collector to be on.
# This is used when logging to stderr: # 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 # and csvlog into log files. Required
# to be on for csvlogs and jsonlogs. # to be on for csvlogs and jsonlogs.
# (change requires restart) # (change requires restart)
@ -536,9 +536,9 @@
# statements from all transactions, 0.0 never logs # statements from all transactions, 0.0 never logs
#log_startup_progress_interval = 10s # Time between progress updates for #log_startup_progress_interval = 10s # Time between progress updates for
# long-running startup operations. # long-running startup operations.
# 0 disables the feature, > 0 indicates # 0 disables the feature, > 0 indicates
# the interval in milliseconds. # the interval in milliseconds.
# - What to Log - # - What to Log -

Loading…
Cancel
Save