Doc: correct thinko in pg_buffercache documentation.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 880643b9cd1b87c1afb376a9f9a6f5a1df7aa644
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-02-28T16:29:59Z
Releases: 11.8
Doc: correct thinko in pg_buffercache documentation.

Access to this module is granted to the pg_monitor role, not
pg_read_all_stats.  (Given the view's performance impact,
it seems wise to be restrictive, so I think this was the
correct decision --- and anyway it was clearly intentional.)

Per bug #16279 from Philip Semanchuk.

Discussion: https://postgr.es/m/16279-fcaac33c68aab0ab@postgresql.org

Files

PathChange+/−
doc/src/sgml/pgbuffercache.sgml modified +2 −2

Documentation touched

Discussion