diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml
index 73d2bcc9..19563d89 100644
--- a/doc/appendix-release-notes.sgml
+++ b/doc/appendix-release-notes.sgml
@@ -201,7 +201,7 @@ REPMGRD_OPTS="--daemonize=false"
In a failover situation, repmgrd will not attempt to promote a
- node if another standby has already appeared (e.g. by being promoted manually).
+ node if another primary has already appeared (e.g. by being promoted manually).
GitHub #420.
@@ -215,52 +215,6 @@ REPMGRD_OPTS="--daemonize=false"
-
-
- &repmgr;: when executing repmgr standby switchover,
- prevent escaping issues with connection URIs when executing repmgr node rejoin
- on the demotion candidate. GitHub #525.
-
-
-
-
-
- &repmgr;: when executing repmgr witness register,
- check the node to connected is actually the primary (i.e. not the witness server). GitHub #528.
-
-
-
-
-
- &repmgr;: when executing repmgr standby clone,
- recheck primary/upstream connection(s) after the data copy operation is complete, as these may
- have gone away.
-
-
-
-
-
- &repmgr;: when executing repmgr standby switchover,
- avoid a potential race condition when comparing received WAL on the standby to the primary's shutdown location,
- as the standby's walreceiver may not have yet flushed all received WAL to disk. GitHub #518.
-
-
-
-
-
-
- &repmgr;: when executing repmgr standby switchover,
- verify the standby (promotion candidate) is currently attached to the primary (demotion candidate). GitHub #519.
-
-
-
-
-
- repmgrd: on a cascaded standby, don't fail over if
- failover=manual. GitHub #531.
-
-
-
repmgr cluster show:
@@ -282,6 +236,44 @@ REPMGRD_OPTS="--daemonize=false"
+
+
+ &repmgr;: when executing repmgr standby clone,
+ recheck primary/upstream connection(s) after the data copy operation is complete, as these may
+ have gone away.
+
+
+
+
+
+ &repmgr;: when executing repmgr standby switchover,
+ prevent escaping issues with connection URIs when executing repmgr node rejoin
+ on the demotion candidate. GitHub #525.
+
+
+
+
+
+ &repmgr;: when executing repmgr standby switchover,
+ verify the standby (promotion candidate) is currently attached to the primary (demotion candidate). GitHub #519.
+
+
+
+
+
+ &repmgr;: when executing repmgr standby switchover,
+ avoid a potential race condition when comparing received WAL on the standby to the primary's shutdown location,
+ as the standby's walreceiver may not have yet flushed all received WAL to disk. GitHub #518.
+
+
+
+
+
+ &repmgr;: when executing repmgr witness register,
+ check the node to connected is actually the primary (i.e. not the witness server). GitHub #528.
+
+
+
repmgr node check
@@ -291,6 +283,13 @@ REPMGRD_OPTS="--daemonize=false"
+
+
+ repmgrd: on a cascaded standby, don't fail over if
+ failover=manual. GitHub #531.
+
+
+