Re: BUG #16279: Permissions doc incorrect for pg_buffercache

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: "philip(at)americanefficient(dot)com" <philip(at)americanefficient(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #16279: Permissions doc incorrect for pg_buffercache
Date: 2020-02-26 17:11:26
Message-ID: 21009351582737086@iva6-22e79380f52c.qloud-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello

You are right, in contrib/pg_buffercache/pg_buffercache--1.2--1.3.sql we have

GRANT EXECUTE ON FUNCTION pg_buffercache_pages() TO pg_monitor;
GRANT SELECT ON pg_buffercache TO pg_monitor;

Not pg_read_all_stats. I'm not sure: we need change the extension or fix the documentation? I think pg_read_all_stats would be more appropriate, but we need bump the extension version.

regards, Sergei

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andreas Lennartsson 2020-02-26 18:44:50 Re: BUG #16277: xmlelement allows invalid XML characters when XML version is set to 1.0
Previous Message PG Bug reporting form 2020-02-26 16:46:18 BUG #16279: Permissions doc incorrect for pg_buffercache