Re: An alternatives to rules and triggers

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: An alternatives to rules and triggers
Date: 2007-05-05 07:24:38
Message-ID: 20070505072438.GA4505@merkur.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, May 05, 2007 at 03:01:36PM +1200, Glen Eustace wrote:

> 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.
You can NOTIFY a LISTENing client which does involve a
trigger but does not require another table holding flags
or such.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paolo Saudin 2007-05-05 09:21:34 R: R: Postgres 8.3-dev
Previous Message Mark Kirkwood 2007-05-05 07:19:09 Re: Feature Request --- was: PostgreSQL Performance Tuning