Re: doc: REPACK is missing from the MAINTAIN privilege documentation
От
Fujii Masao
Тема
Re: doc: REPACK is missing from the MAINTAIN privilege documentation
Дата
Msg-id
CAHGQGwH7Er3K0qiGLnU-JvoM4o2CtsqXNC78ff0y1vt9p9g7Tw@mail.gmail.com
Ответ на
Список
Дерево обсуждения
doc: REPACK is missing from the MAINTAIN privilege documentation Shinya Kato <shinya11.kato@gmail.com>
On Thu, Jul 16, 2026 at 7:36 AM Shinya Kato wrote: > > On Wed, Jul 15, 2026 at 6:55 PM Fujii Masao wrote > > It's also better to update the following source comment in aclchk.c. > > > > /* > > * Check if ACL_MAINTAIN is being checked and, if so, and not already set > > * as part of the result, then check if the user is a member of the > > * pg_maintain role, which allows VACUUM, ANALYZE, CLUSTER, REFRESH > > * MATERIALIZED VIEW, REINDEX, and LOCK TABLE on all relations. > > */ > > if (mask & ACL_MAINTAIN && > > !(result & ACL_MAINTAIN) && > > has_privs_of_role(roleid, ROLE_PG_MAINTAIN)) > > result |= ACL_MAINTAIN; > > Good catch, thanks! I've updated the patch as you said. Thanks for updating the patch! I've pushed it. Regards, -- Fujii Masao
В списке pgsql-hackers по дате отправления