Re: BUG #16279: Permissions doc incorrect for pg_buffercache

From: Philip Semanchuk <philip(at)americanefficient(dot)com>
To: Sergei Kornilov <sk(at)zsrv(dot)org>
Cc: "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-27 21:13:17
Message-ID: D85A0DF0-A631-43B6-B92D-7B22433B9FA7@americanefficient.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> On Feb 26, 2020, at 12:11 PM, Sergei Kornilov <sk(at)zsrv(dot)org> wrote:
>
> 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.

Thanks for exploring and confirming! I agree that pg_read_all_stats would be more appropriate.

Cheers
Philip

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2020-02-27 21:31:34 Re: BUG #16279: Permissions doc incorrect for pg_buffercache
Previous Message Alvaro Herrera 2020-02-27 19:24:55 Re: BUG #15383: Join Filter cost estimation problem in 10.5