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.