summaryrefslogtreecommitdiff
path: root/python/conf/wal-slave.ini
diff options
context:
space:
mode:
Diffstat (limited to 'python/conf/wal-slave.ini')
-rw-r--r--python/conf/wal-slave.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/conf/wal-slave.ini b/python/conf/wal-slave.ini
index 66ebd632..bf10ca8e 100644
--- a/python/conf/wal-slave.ini
+++ b/python/conf/wal-slave.ini
@@ -21,3 +21,8 @@ config_backup = %(slave)s/config.backup
backup_datadir = yes
keep_backups = 0
archive_command =
+
+# primary database connect string for hot standby -- enabling
+# this will cause the slave to be started in hot standby mode.
+#primary_conninfo = host=master port=5432 user=postgres
+