Re: security hooks on object creation

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: security hooks on object creation
Дата
Msg-id AANLkTimvTd4Xj1pYd5Ap5FRwsGX92aSsxLO5rt-VOU7K@mail.gmail.com
обсуждение исходный текст
Ответ на security hooks on object creation  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Ответы Re: security hooks on object creation  (KaiGai Kohei <kaigai@kaigai.gr.jp>)
Список pgsql-hackers
2010/11/9 KaiGai Kohei <kaigai@ak.jp.nec.com>:
> The attached patch provides plugin modules a hook just after object
> creation time. In typical use cases, it enables to assign default
> security labels on object creation by the external security providers.

It looks like "DDL Trigger" on other database products.
Do we need to consider both security hooks and DDL triggers now?
Or, is it enough to design DLL triggers after the hooks are merged?
Low-level hooks might be better for security providers because
SQL-level triggers could be uninstall by superusers.

-- 
Itagaki Takahiro


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

Предыдущее
От: Jakub Ouhrabka
Дата:
Сообщение: Re: Avoid memory leaks during ANALYZE's compute_index_stats() ?
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Hot Standby b-tree delete records review