Formatting and punctuation improvements in sample configuration files

This commit is contained in:
Peter Eisentraut 2022-05-10 21:15:56 +02:00
parent 93e6892f67
commit 9700b250c5
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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)