From 8489fd061f22c1760c9b520b06669a34d1498e17 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 17 Sep 2019 11:19:05 +0900 Subject: [PATCH] doc: update release notes --- doc/appendix-release-notes.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index 520915b5..67009d12 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -156,6 +156,11 @@ conninfo='host=node1 user=repmgr dbname=repmgr connect_timeout=2' &repmgr; has been modified to be compatible with this change. + + &repmgr; additionally takes advantage of the new pg_promote() + function, which enables a standby to be promoted to primary using an SQL + command. + @@ -193,7 +198,12 @@ conninfo='host=node1 user=repmgr dbname=repmgr connect_timeout=2' - + Check role membership when trying to read pg_settings. + + + Previously &repmgr; assumed only superusers could read pg_settings, + but from PostgreSQL 10, all members of the roles pg_read_all_settings + or pg_monitor are permitted to do this as well.