Doc: correct thinko in pg_buffercache documentation.

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

Commit: 963ea55c34cc325243fd30468ce8c629572f0c73
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-02-28T16:30:49Z
Releases: 13.0
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