diff --git a/doc/repmgr-standby-promote.xml b/doc/repmgr-standby-promote.xml index c0de020b..b7faf5f7 100644 --- a/doc/repmgr-standby-promote.xml +++ b/doc/repmgr-standby-promote.xml @@ -121,6 +121,10 @@ GRANT EXECUTE ON FUNCTION pg_catalog.pg_promote TO repmgr + + Note that permissions are only effective for the database they are granted in, so + this must be executed in the &repmgr; database to be effective. + For more details on pg_promote(), see the