[HACKERS] Ignore tablespace ACLs when ignoring schema ACLs

Поиск
Список
Период
Сортировка
От Noah Misch
Тема [HACKERS] Ignore tablespace ACLs when ignoring schema ACLs
Дата
Msg-id 20170205000621.GA822663@tornado.leadboat.com
обсуждение исходный текст
Ответы Re: [HACKERS] Ignore tablespace ACLs when ignoring schema ACLs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
DefineIndex() has a check_rights argument that determines whether to perform a
namespace ACL check.  When ALTER TABLE ALTER TYPE rebuilds an index, it sets
that flag.  The theory goes that use of DROP INDEX and CREATE INDEX is a mere
implementation detail of ALTER TABLE ALTER TYPE; the operation is logically like
an alteration of the existing index.  I think the same treatment should extend
to the tablespace ACL check, as attached.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: [HACKERS] Variable name typo in launcher.c
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: [HACKERS] PoC: Make it possible to disallow WHERE-less UPDATE and DELETE