Column level triggers

Поиск
Список
Период
Сортировка
От Laurent Wandrebeck
Тема Column level triggers
Дата
Msg-id fc593b510810150121ob4891abs9b288ac43764f8d7@mail.gmail.com
обсуждение исходный текст
Ответы Re: Column level triggers  (Decibel! <decibel@decibel.org>)
Список pgsql-hackers
Hi,

According to the documentation (
http://www.postgresql.org/docs/8.3/interactive/sql-createtrigger.html
), the feaure "SQL allows triggers to fire on updates to specific
columns (e.g., AFTER UPDATE OF col1, col2)" is missing.
After a bit of research, I found that this feature was in the TODO
list ( http://wiki.postgresql.org/wiki/Todo#Triggers ), and that a
patch was proposed on 2005/07.
Is it going to be implemented soon ? It would greatly help, IMHO, for
load, and simplify the write of plpgsql functions called by before
triggers.
Regards, and keep up the good work, that DBMS (mostly;) rocks !

Laurent


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

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: Re: Updates of SE-PostgreSQL 8.4devel patches
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Bogus attribute-number range checks in spi.c