Re: sending mail from Postgres - Mailing list pgsql-hackers

From David Fetter
Subject Re: sending mail from Postgres
Date
Msg-id 20051229045315.GB29910@fetter.org
Whole thread Raw
In response to sending mail from Postgres  ("Aftab Alam" <aalam@tatashare.com>)
List pgsql-hackers
On Wed, Dec 28, 2005 at 08:52:41AM +0530, Aftab Alam wrote:
> Hi there,
> 
> How can i send mail form postgresql.

Generally, it is a better idea either to poll your PostgreSQL database
and send mail based on that, or use LISTEN/NOTIFY, rather than
directly sending mail from your database.

Cheers,
D
-- 
David Fetter david@fetter.org http://fetter.org/
phone: +1 415 235 3778

Remember to vote!


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
Next
From: Neil Conway
Date:
Subject: Re: [COMMITTERS] pgsql: Minor doc tweak: "NOT NULL" is