Re: Command Triggers

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Command Triggers
Дата
Msg-id 1322870898-sup-2292@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Command Triggers  (Andres Freund <andres@anarazel.de>)
Ответы Re: Command Triggers  (Robert Haas <robertmhaas@gmail.com>)
Re: Command Triggers  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Excerpts from Andres Freund's message of vie dic 02 19:09:47 -0300 2011:
> Hi all,
>
> There is also the point about how permission checks on the actual commands (in
> comparison of modifying command triggers) and such are handled:
>
> BEFORE and INSTEAD will currently be called independently of the fact whether
> the user is actually allowed to do said action (which is inconsistent with
> data triggers) and indepentent of whether the object they concern exists.
>
> I wonder if anybody considers that a problem?

Hmm, we currently even have a patch (or is it already committed?) to
avoid locking objects before we know the user has permission on the
object.  Getting to the point of calling the trigger would surely be
even worse.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: backup_label during crash recovery: do we know how to solve it?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Command Triggers