Asynchronos notifications to clients on table changes

Поиск
Список
Период
Сортировка
От Vincent AE Scott
Тема Asynchronos notifications to clients on table changes
Дата
Msg-id 20011207133039.C1438@majestic.ukshells.co.uk
обсуждение исходный текст
Ответы Re: Asynchronos notifications to clients on table changes  (Jason Earl <jason.earl@simplot.com>)
Список 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

В списке pgsql-novice по дате отправления:

Предыдущее
От: Vincent AE Scott
Дата:
Сообщение: Re: IF...THEN...ELSE on INSERT
Следующее
От: Jason Earl
Дата:
Сообщение: Re: Asynchronos notifications to clients on table changes