For each statement trigger and update table - Mailing list pgsql-sql

From Mike Martin
Subject For each statement trigger and update table
Date
Msg-id CAOwYNKZLQ=t=hj5Kaayxsz4WHKUofE0ZB45AAFKbP3tYBSzOmQ@mail.gmail.com
Whole thread Raw
Responses Re: For each statement trigger and update table  (Rene Romero Benavides <rene.romero.b@gmail.com>)
List pgsql-sql
Not sure if this is possible
Basically I want to have a trigger which updates an array column in the same table when a column is updated
This works as a row level trigger, but not as per statement
I have hit the recursive issue (where update fires update trigger which fires etc)
According to the docs I cannot use columns and relative tables together

So any suggestions? I can give code when I get home, but it's pretty simple stuff 

pgsql-sql by date:

Previous
From: "Mark Williams"
Date:
Subject: Whether to use "IN" clause
Next
From: Rene Romero Benavides
Date:
Subject: Re: For each statement trigger and update table