Re: [HACKERS] Column level triggers

2008-10-15 Thread Laurent Wandrebeck
2008/10/15 Decibel! <[EMAIL PROTECTED]>: > > If the patch was submitted back in 2005 and nothing's happened since then > I'd say the author probably lost interest, which means that it won't be > added until someone else gets interested in it. So I'd suggest either > rolling up your sleeves or dangl

[HACKERS] Column level triggers

2008-10-15 Thread Laurent Wandrebeck
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 li