Re: ERROR action extension for rules?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR action extension for rules?
Дата
Msg-id 20403.1082480813@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR action extension for rules?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: ERROR action extension for rules?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
Fabien COELHO <coelho@cri.ensmp.fr> writes:
> I'm trying to use some RULE as simple and maybe slower TRIGGER, so as to
> make it impossible for a row to be modified once a boolean is set to lock
> it.
> ...
> However I thing that this would look much better to write simply:

>      CREATE RULE PasTouche AS ON UPDATE TO foo
>      WHERE old.locked=TRUE
>      DO INSTEAD ERROR;

This would be sensible if rules were actually reasonable substitutes for
triggers, but they are not.  If you check the archives you will find
many many cases where people tried to do this sort of thing, and got
burned by the fundamental semantic differences ...
        regards, tom lane


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

Предыдущее
От: ken@coverity.com
Дата:
Сообщение: Reporting a security hole
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_autovacuum crashes when query fails for temp tables