From 048bad1c880ac26d2d5f75740b91f72b4ff89ef5 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 14 Mar 2019 09:32:06 +0900 Subject: [PATCH] doc: fix option name typo --- doc/repmgrd-automatic-failover.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/repmgrd-automatic-failover.sgml b/doc/repmgrd-automatic-failover.sgml index 8851d402..d15ace54 100644 --- a/doc/repmgrd-automatic-failover.sgml +++ b/doc/repmgrd-automatic-failover.sgml @@ -128,10 +128,10 @@ to be the new primary) to confirm whether the node should actually be promoted. - To use this, in repmgr.conf + To use this, in repmgr.conf to a script executable by the postgres system user, e.g.: - failover_validate_command=/path/to/script.sh %n %a + failover_validation_command=/path/to/script.sh %n %a The %n parameter will be replaced with the node ID, and the