diff --git a/doc/configuration-permissions.xml b/doc/configuration-permissions.xml index 0ec715c1..f84e3fcf 100644 --- a/doc/configuration-permissions.xml +++ b/doc/configuration-permissions.xml @@ -159,9 +159,9 @@ The ALTER SYSTEM is executed by &repmgrd; if standby_disconnect_on_failover is set to true in - repmgr.conf. ALTER SYSTEM can only be executed by + repmgr.conf. Until PostgreSQL 14 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. + From PostgreSQL 15 a specific ALTER SYSTEM privilege 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 ce221669..2f793e77 100644 --- a/doc/repmgrd-automatic-failover.xml +++ b/doc/repmgrd-automatic-failover.xml @@ -279,9 +279,9 @@ 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. + Until PostgreSQL 14 this requires that the repmgr database user is a superuser. + From PostgreSQL 15 a specific ALTER SYSTEM privilege can be granted to the repmgr database + user with e.g. GRANT ALTER SYSTEM ON PARAMETER wal_retrieve_retry_interval TO repmgr.