Fixed standby_disconnect_on_failover docs

This commit is contained in:
RealGreenDragon
2023-05-08 19:16:55 +02:00
committed by Martín Marqués
parent 82e2fd66e1
commit 4c9cca64d0
2 changed files with 5 additions and 5 deletions

View File

@@ -279,9 +279,9 @@
<note>
<para>
<option>standby_disconnect_on_failover</option> is available with PostgreSQL 9.5 and later.
Additionally this requires that the <literal>repmgr</literal> database user is a superuser.
From PostgreSQL 15 ALTER SYSTEM privilege for specific settings can be granted with
e.g. <command>GRANT ALTER SYSTEM ON PARAMETER wal_retrieve_retry_interval TO repmgr</command>.
Until PostgreSQL 14 this requires that the <literal>repmgr</literal> database user is a superuser.
From PostgreSQL 15 a specific ALTER SYSTEM privilege can be granted to the <literal>repmgr</literal> database
user with e.g. <command>GRANT ALTER SYSTEM ON PARAMETER wal_retrieve_retry_interval TO repmgr</command>.
</para>
</note>
<para>