docs: improve event notification documentation

This commit is contained in:
Ian Barwick
2017-11-29 14:43:28 +09:00
parent 146c412061
commit 1fde81cf3f
12 changed files with 102 additions and 1 deletions

View File

@@ -45,6 +45,13 @@
</para>
</refsect1>
<refsect1>
<title>Event notifications</title>
<para>
A <literal>node_rejoin</literal> event notification will be generated.
</para>
</refsect1>
<refsect1>
<title>Notes</title>
<para>
@@ -78,7 +85,8 @@
</para>
<note>
<para>
<command>pg_rewind</command> *requires* that either <varname>wal_log_hints</varname> is enabled, or that
<command>pg_rewind</command> <emphasis>requires</emphasis> that either
<varname>wal_log_hints</varname> is enabled, or that
data checksums were enabled when the cluster was initialized. See the
<ulink url="https://www.postgresql.org/docs/current/static/app-pgrewind.html"><command>pg_rewind</command> documentation</ulink> for details.
</para>