a primer on trigger?

From: newsreader(at)mediaone(dot)net
To: pgsql-general(at)postgresql(dot)org
Subject: a primer on trigger?
Date: 2001-05-04 02:00:38
Message-ID: 20010503220037.A5256@dragon.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Othman Laraki 2001-05-04 03:54:14 Can't get Postgres to use indices
Previous Message Lincoln Yeoh 2001-05-04 01:40:46 Re: Ideal hardware configuration for pgsql