Re: pgsql: Add grantable MAINTAIN privilege and pg_maintain role.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Add grantable MAINTAIN privilege and pg_maintain role.
Дата
Msg-id 766f3799-0269-162f-ba63-4cae34a5534f@enterprisedb.com
обсуждение исходный текст
Ответ на pgsql: Add grantable MAINTAIN privilege and pg_maintain role.  (Jeff Davis <jdavis@postgresql.org>)
Ответы Re: pgsql: Add grantable MAINTAIN privilege and pg_maintain role.  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-committers
On 14.12.22 02:35, Jeff Davis wrote:
> Add grantable MAINTAIN privilege and pg_maintain role.
> 
> Allows VACUUM, ANALYZE, REINDEX, REFRESH MATERIALIZED VIEW, CLUSTER,
> and LOCK TABLE.
> 
> Effectively reverts 4441fc704d. Instead of creating separate
> privileges for VACUUM, ANALYZE, and other maintenance commands, group
> them together under a single MAINTAIN privilege.
> 
> Author: Nathan Bossart
> Discussion: https://postgr.es/m/20221212210136.GA449764@nathanxps13
> Discussion: https://postgr.es/m/45224.1670476523@sss.pgh.pa.us

This commit removed RangeVarCallbackOwnsTable(), but there is still a 
mention of it in a comment in src/backend/commands/tablecmds.c.  Maybe 
that mention can simply be removed, or the comment rephrased.




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix assignment to array of domain over composite, redux.
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs