diff options
-rw-r--r-- | doc/src/sgml/pgbuffercache.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index faf5a3115dc..b5233697c3f 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -24,8 +24,8 @@ </para> <para> - By default use is restricted to superusers and members of the - <literal>pg_read_all_stats</literal> role. Access may be granted to others + By default, use is restricted to superusers and members of the + <literal>pg_monitor</literal> role. Access may be granted to others using <command>GRANT</command>. </para> |