pgsql: Doc: correct thinko in pg_buffercache documentation.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: correct thinko in pg_buffercache documentation.
Date: 2020-02-28 16:30:35
Message-ID: E1j7iX5-0001of-O6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e2ff91b4c36c582c695a69864dd7b4c988202bfe

Modified Files
--------------
doc/src/sgml/pgbuffercache.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-02-28 16:30:55 pgsql: Doc: correct thinko in pg_buffercache documentation.
Previous Message Alvaro Herrera 2020-02-28 16:27:07 pgsql: Add comments on avoid reuse of parse-time snapshot