Re: Triggers

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: beyaRecords - The home Urban music <uzo(at)beya-records(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Triggers
Date: 2004-01-12 16:33:54
Message-ID: 200401121733.54082.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

beyaRecords - The home Urban music wrote:
> does postgresql support the ability to email as in SQL Server? I want
> to create a trigger which on input of a record will send out an
> email. Is this possible?

Write a trigger function in, say, PL/PerlU or PL/sh and have it send the
email with the usual Perl or shell commands.

In response to

  • Triggers at 2004-01-12 16:14:23 from beyaRecords - The home Urban music

Browse pgsql-sql by date

  From Date Subject
Next Message scott.marlowe 2004-01-12 16:34:33 Re: Adding a column to a VIEW which has dependent objects.
Previous Message beyaRecords - The home Urban music 2004-01-12 16:14:23 Triggers