From 37901c824ea31c9a23e50c21e5c9ebe1a766ab2d Mon Sep 17 00:00:00 2001 From: Xavier Date: Tue, 30 Sep 2014 12:16:43 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae8fef..2f42ec1 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Once the extension has been installed you just need to enable it and logical rep #wal_sender_timeout = 60s # in milliseconds; 0 disables max_replication_slots = 4 # max number of replication slots (change requires restart) -In addition, permissions will have to be added for the user that astrochicken uses to connect to be able to replicate. This can be modified in _pg\_hba.conf_ like so: +In addition, permissions will have to be added for the user that connects to the DB to be able to replicate. This can be modified in _pg\_hba.conf_ like so: local replication trust host replication 127.0.0.1/32 trust