Trigger that will execute external program - Mailing list pgsql-sql

From David Loh
Subject Trigger that will execute external program
Date
Msg-id 001e01c2d64c$2ab838d0$f92c2c0a@davidloh
Whole thread Raw
Responses Re: Trigger that will execute external program  ("Tomasz Myrta" <jasiek@klaster.net>)
List pgsql-sql
Hi all.
I'd like to know if postgresql has the capability of execute external program with the trigger, for example, I had a trigger call "exceed_limit", when this trigger has fire, instead of update other relations, it will also execute a external program '/bin/send_email', is that possble ?
If it's possible, can any of you guy please show me how to do it ?
Thanks in advance.

pgsql-sql by date:

Previous
From: Joe Conway
Date:
Subject: Re: Table Pivot
Next
From: "Tomasz Myrta"
Date:
Subject: Re: Trigger that will execute external program