doc: fix option name typo

This commit is contained in:
Ian Barwick
2019-03-14 09:32:06 +09:00
committed by Ian Barwick
parent 4528eb1796
commit 048bad1c88

View File

@@ -128,10 +128,10 @@
to be the new primary) to confirm whether the node should actually be promoted. to be the new primary) to confirm whether the node should actually be promoted.
</para> </para>
<para> <para>
To use this, <option>failover_validate_command</option> in <filename>repmgr.conf</filename> To use this, <option>failover_validation_command</option> in <filename>repmgr.conf</filename>
to a script executable by the <literal>postgres</literal> system user, e.g.: to a script executable by the <literal>postgres</literal> system user, e.g.:
<programlisting> <programlisting>
failover_validate_command=/path/to/script.sh %n %a</programlisting> failover_validation_command=/path/to/script.sh %n %a</programlisting>
</para> </para>
<para> <para>
The <literal>%n</literal> parameter will be replaced with the node ID, and the The <literal>%n</literal> parameter will be replaced with the node ID, and the