a primer on trigger?

Поиск
Список
Период
Сортировка
От newsreader@mediaone.net
Тема a primer on trigger?
Дата
Msg-id 20010503220037.A5256@dragon.universe
обсуждение исходный текст
Ответы Re: a primer on trigger?  (will trillich <will@serensoft.com>)
Re: a primer on trigger?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-general
What I want to do is "trigger" a
system call when a table is modified
in any way.  But it appears
that trigger idea in postgres
is not capable.  Can any one
confirm if that is the case?

What I want to do is run an
external perl script which
needs the newly modified row
as input.

My web server modifies the database which
is on a different physical machine.
Currently I'm doing it via
a complicated mechanism of sending
an email to an account at database
machine, catching it using procmail
and then perl script performing
the action.  Perl script needs
the newly modified row as input
and then it makes system call.

Thanks in advance


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

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Ideal hardware configuration for pgsql
Следующее
От: "Othman Laraki"
Дата:
Сообщение: DB Getting Slower and Slower and Slower....