Re: How to know a table has been modified? - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: How to know a table has been modified?
Date
Msg-id 4F4A043E0200002500045BE6@gw.wicourts.gov
Whole thread Raw
In response to How to know a table has been modified?  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: How to know a table has been modified?  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
Tatsuo Ishii  wrote:
> For TRIGGER, I cannot thinking of any way. Any idea will be
> welcome.
It would require creating "cooperating" triggers in the database and
having a listener, but you might consider the
triggered_change_notifications() trigger function included in 9.2. 
It works at least as far back as 9.0; I haven't tried it any further
back.
-Kevin


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: leakproof
Next
From: Heikki Linnakangas
Date:
Subject: Re: COPY with hints, rebirth