Re: more RLS oversights

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: more RLS oversights
Дата
Msg-id 55B82E2D.1040309@crunchydata.com
обсуждение исходный текст
Ответ на Re: more RLS oversights  (Noah Misch <noah@leadboat.com>)
Ответы Re: more RLS oversights  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
On 07/03/2015 10:03 AM, Noah Misch wrote:
> (6) AlterPolicy() calls InvokeObjectPostAlterHook(PolicyRelationId, ...), but
> CreatePolicy() and DropPolicy() lack their respective hook invocations.

Patch attached. Actually AlterPolicy() was also missing its hook -- the
existing InvokeObjectPostAlterHook() was only in rename_policy().

I'm not 100% sure about the hook placement -- would appreciate if
someone could confirm I got it correct.

Joe


Вложения

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Buildfarm TAP testing is useless as currently implemented
Следующее
От: Andreas Karlsson
Дата:
Сообщение: Re: [PATCH] Reload SSL certificates on SIGHUP