Re: BUG #16279: Permissions doc incorrect for pg_buffercache

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: BUG #16279: Permissions doc incorrect for pg_buffercache
Дата
Msg-id 21009351582737086@iva6-22e79380f52c.qloud-c.yandex.net
обсуждение исходный текст
Ответ на BUG #16279: Permissions doc incorrect for pg_buffercache  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #16279: Permissions doc incorrect for pg_buffercache  (Philip Semanchuk <philip@americanefficient.com>)
Список 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 по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16279: Permissions doc incorrect for pg_buffercache
Следующее
От: Andreas Lennartsson
Дата:
Сообщение: Re: BUG #16277: xmlelement allows invalid XML characters when XMLversion is set to 1.0