a primer on trigger? - Mailing list pgsql-general

From newsreader@mediaone.net
Subject a primer on trigger?
Date
Msg-id 20010503220037.A5256@dragon.universe
Whole thread Raw
Responses Re: a primer on trigger?  (will trillich <will@serensoft.com>)
Re: a primer on trigger?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List 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 by date:

Previous
From: Lincoln Yeoh
Date:
Subject: Re: Ideal hardware configuration for pgsql
Next
From: "Othman Laraki"
Date:
Subject: DB Getting Slower and Slower and Slower....