mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
doc: update release notes
This commit is contained in:
@@ -156,6 +156,11 @@ conninfo='host=node1 user=repmgr dbname=repmgr connect_timeout=2'</programlistin
|
|||||||
<para>
|
<para>
|
||||||
&repmgr; has been modified to be compatible with this change.
|
&repmgr; has been modified to be compatible with this change.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
&repmgr; additionally takes advantage of the new <command>pg_promote()</command>
|
||||||
|
function, which enables a standby to be promoted to primary using an SQL
|
||||||
|
command.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
|
||||||
@@ -193,7 +198,12 @@ conninfo='host=node1 user=repmgr dbname=repmgr connect_timeout=2'</programlistin
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
Check role membership when trying to read <literal>pg_settings</literal>.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Previously &repmgr; assumed only superusers could read <literal>pg_settings</literal>,
|
||||||
|
but from PostgreSQL 10, all members of the roles <literal>pg_read_all_settings</literal>
|
||||||
|
or <literal>pg_monitor</literal> are permitted to do this as well.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|||||||
Reference in New Issue
Block a user