docs: fix configuration file example

Per report from Carlos Chapi.
This commit is contained in:
Ian Barwick
2017-11-24 09:26:09 +09:00
parent 295c18f6ff
commit da93dd1f57

View File

@@ -306,11 +306,10 @@
(and possibly <literal>data_directory</literal>) adjusted accordingly, e.g.:
</para>
<programlisting>
node=2
node_id=2
node_name=node2
conninfo='host=node2 user=repmgr dbname=repmgr connect_timeout=2'
data_directory='/var/lib/postgresql/data'
</programlisting>
data_directory='/var/lib/postgresql/data'</programlisting>
<para>
Use the <command>--dry-run</command> option to check the standby can be cloned:
</para>