Further refine comments

This commit is contained in:
Michael Banck 2019-01-30 15:13:22 +01:00
parent 6416e181cd
commit b74f8e56f7

View file

@ -49,10 +49,9 @@ bootstrap:
# wal_keep_segments: 8
# max_wal_senders: 10
# max_replication_slots: 10
# max_worker_processes = 8
# wal_log_hints: "on"
# archive_mode: "on"
# archive_timeout: 1800s
# archive_command: mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f
# track_commit_timestamp = "off"
# recovery_conf:
# restore_command: cp ../wal_archive/%f %p
# Set pg_hba.conf to the following values after bootstrapping or cloning.