Re: docs: note ownership requirement for refreshing materializedviews

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: docs: note ownership requirement for refreshing materializedviews
Дата
Msg-id 20180816010355.GH3681@paquier.xyz
обсуждение исходный текст
Ответ на docs: note ownership requirement for refreshing materialized views  (Dian Fay <dian.m.fay@gmail.com>)
Ответы Re: docs: note ownership requirement for refreshing materializedviews
Список pgsql-hackers
On Wed, Aug 15, 2018 at 07:46:49PM -0400, Dian Fay wrote:
> hi all! I discovered today that the REFRESH MATERIALIZED VIEW documentation
> doesn't mention that only the owner (or a superuser) may actually perform
> the refresh operation. This patch adds a note to that effect.

I think that's a good idea.  I would rewrite that a bit differently, like:
To refresh a materialized view, one must be the materalized view's owner
or a superuser.

Thougts or objections?
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Improve behavior of concurrent TRUNCATE
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: xact_start meaning when dealing with procedures?