An alternatives to rules and triggers - Mailing list pgsql-general

From Glen Eustace
Subject An alternatives to rules and triggers
Date
Msg-id 463BF390.80501@godzone.net.nz
Whole thread Raw
Responses Re: An alternatives to rules and triggers
Re: An alternatives to rules and triggers
Re: An alternatives to rules and triggers
List pgsql-general
Is there some way that one can determine whether a table has changed
i.e. an insert, delete, update, without having to resort to setting a
flag in another table using a triger or rule.

I was wondering whether one of the system relations keep track of
whether a table has been modifed.

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Update violating constraint
Next
From: Tom Lane
Date:
Subject: Re: An alternatives to rules and triggers