From 5bba37cebd981b766d5e108cf5f190c474e53398 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 14 Mar 2015 11:17:46 -0700 Subject: [PATCH] autofailover_quick_setup.rst: Replace 'fail-over' with 'failover' Use the more common spelling. Before this commit: $ git grep -i failover | wc -l 67 $ git grep -i fail-over | wc -l 2 --- autofailover_quick_setup.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autofailover_quick_setup.rst b/autofailover_quick_setup.rst index 1826b521..e5a88650 100644 --- a/autofailover_quick_setup.rst +++ b/autofailover_quick_setup.rst @@ -1,6 +1,6 @@ -===================================================== - PostgreSQL Automatic Fail-Over - User Documentation -===================================================== +==================================================== + PostgreSQL Automatic Failover - User Documentation +==================================================== Automatic Failover ================== @@ -27,7 +27,7 @@ now on the «standbyserver». Summary ------- -2 PostgreSQL servers are involved in the replication. Automatic fail-over need +2 PostgreSQL servers are involved in the replication. Automatic failover need to vote to decide what server it should promote, thus an odd number is required and a witness-repmgrd is installed in a third server where it uses a PostgreSQL cluster to communicate with other repmgrd daemons.