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

@@ -159,9 +159,9 @@
<simpara>
The <command>ALTER SYSTEM</command> is executed by &repmgrd; if
<varname>standby_disconnect_on_failover</varname> is set to <literal>true</literal> in
<filename>repmgr.conf</filename>. <command>ALTER SYSTEM</command> can only be executed by
<filename>repmgr.conf</filename>. Until PostgreSQL 14 <command>ALTER SYSTEM</command> can only be executed by
a superuser; if the &repmgr; user is not a superuser, this functionality will not be available.
From PostgreSQL 15 ALTER SYSTEM privilege for specific settings can be granted with e.g.
From PostgreSQL 15 a specific ALTER SYSTEM privilege can be granted with e.g.
<command>GRANT ALTER SYSTEM ON PARAMETER wal_retrieve_retry_interval TO repmgr</command>.
</simpara>
</listitem>