Asynchronos notifications to clients on table changes

From: Vincent AE Scott <pgsql-novice(at)codex(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Asynchronos notifications to clients on table changes
Date: 2001-12-07 13:30:39
Message-ID: 20011207133039.C1438@majestic.ukshells.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


What would be a reliable way for a client accessing postgres to be
informed asynchronosly of inserts/updates/deletes to a table? I'm
thinking of something that has fairly fine grained control over what it
gets notified of. Something like a client registering (somewhere) a
select statement, and when a matching row changes to be informed about
it.

I guess this would require some external program, and possibly
programmed trigger modules in the database?

Is this even theoretically possible? Or would the overhead under heavy
loads completely kill the database?

--

PGP key: http://codex.net/pgp/pgp.asc

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jason Earl 2001-12-07 17:29:48 Re: Number of days in a month
Previous Message Oliver Walter 2001-12-07 13:20:02 pg_ctl stop