diff --git a/doc/configuration-permissions.xml b/doc/configuration-permissions.xml index d3977404..0ec715c1 100644 --- a/doc/configuration-permissions.xml +++ b/doc/configuration-permissions.xml @@ -161,6 +161,8 @@ standby_disconnect_on_failover is set to true in repmgr.conf. ALTER SYSTEM 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. + GRANT ALTER SYSTEM ON PARAMETER wal_retrieve_retry_interval TO repmgr. diff --git a/doc/repmgrd-automatic-failover.xml b/doc/repmgrd-automatic-failover.xml index 5c58890b..ce221669 100644 --- a/doc/repmgrd-automatic-failover.xml +++ b/doc/repmgrd-automatic-failover.xml @@ -280,6 +280,8 @@ is available with PostgreSQL 9.5 and later. Additionally this requires that the repmgr database user is a superuser. + From PostgreSQL 15 ALTER SYSTEM privilege for specific settings can be granted with + e.g. GRANT ALTER SYSTEM ON PARAMETER wal_retrieve_retry_interval TO repmgr.