doc: ensure various repmgr.conf values are quoted appropriately

This commit is contained in:
Ian Barwick
2019-11-08 11:50:29 +09:00
parent b0bfed0495
commit d963558baf
3 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@
the notification types can be filtered to explicitly named ones using the
<varname>event_notifications</varname> parameter, e.g.:
<programlisting>
event_notifications=primary_register,standby_register,witness_register</programlisting>
event_notifications='primary_register,standby_register,witness_register;</programlisting>
</para>