doc: update FAQ

Emphasize that repmgr does not actually perform replication.
This commit is contained in:
Ian Barwick
2018-11-05 09:59:57 +09:00
parent 2cfcc33a64
commit b419c5fec7

View File

@@ -126,20 +126,25 @@
</para>
</sect2>
<sect2 id="faq-repmgr-required-for-replication">
<title>Is &repmgr; required for streaming replication?</title>
<para>
No.
</para>
<para>
&repmgr; (together with <application>repmgrd</application>) assists with
<emphasis>managing</emphasis> replication. It does not actually perform replication, which
is part of the core PostgreSQL functionality.
</para>
</sect2>
<sect2 id="faq-what-if-repmgr-uninstalled">
<title>Will replication stop working if &repmgr; is uninstalled?</title>
<para>
No.
</para>
<para>
&repmgr; (together with <application>repmgrd</application>) assist with
managing replication. They do not actually perform replication, which
is part of the core PostgreSQL functionality.
No. See preceding question.
</para>
</sect2>
</sect1>
<sect1 id="faq-repmgr" xreflabel="repmgr">