Re: BUG #16279: Permissions doc incorrect for pg_buffercache - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re: BUG #16279: Permissions doc incorrect for pg_buffercache
Date
Msg-id 21009351582737086@iva6-22e79380f52c.qloud-c.yandex.net
Whole thread Raw
In response to BUG #16279: Permissions doc incorrect for pg_buffercache  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #16279: Permissions doc incorrect for pg_buffercache  (Philip Semanchuk <philip@americanefficient.com>)
List 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
wouldbe more appropriate, but we need bump the extension version.
 

regards, Sergei



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16279: Permissions doc incorrect for pg_buffercache
Next
From: Andreas Lennartsson
Date:
Subject: Re: BUG #16277: xmlelement allows invalid XML characters when XMLversion is set to 1.0