From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | Aftab Alam <aalam(at)tatashare(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: sending mail from Postgres |
Date: | 2005-12-29 04:53:15 |
Message-ID: | 20051229045315.GB29910@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers pgsql-patches |
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(at)fetter(dot)org http://fetter.org/
phone: +1 415 235 3778
Remember to vote!
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2005-12-30 13:35:37 | Re: [HACKERS] Online backup vs Continuous backup |
Previous Message | Pavel Stehule | 2005-12-28 05:20:11 | Re: sending mail from Postgres |
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2005-12-29 07:01:50 | Re: [COMMITTERS] pgsql: Minor doc tweak: "NOT NULL" is |
Previous Message | Bruce Momjian | 2005-12-29 04:09:21 | Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and |
From | Date | Subject | |
---|---|---|---|
Next Message | Qingqing Zhou | 2005-12-29 07:05:35 | Re: Fix spinlock usage in UnpinBuffer() |
Previous Message | Bruce Momjian | 2005-12-29 04:02:36 | Re: Extra space character in PL/pgSQL documentation |