An alternatives to rules and triggers

From: Glen Eustace <geustace(at)godzone(dot)net(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: An alternatives to rules and triggers
Date: 2007-05-05 03:01:36
Message-ID: 463BF390.80501@godzone.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message syaskin 2007-05-05 03:07:17 Re: Anyone know a good opensource CRM that actually installs with Posgtres?
Previous Message Bruce Momjian 2007-05-05 02:16:37 Re: Update violating constraint