Re: the feasibility of sending email from stored procedure in Postgres

From: "Adam Rich" <adam(dot)r(at)sbcglobal(dot)net>
To: "'Christopher Browne'" <cbbrowne(at)gmail(dot)com>, "'hewei'" <heweiweihe(at)gmail(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: the feasibility of sending email from stored procedure in Postgres
Date: 2008-02-15 14:36:37
Message-ID: 05ed01c86fe0$2c146270$843d2750$@r@sbcglobal.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> I would instead queue messages (or suitable information about them) in
> a table, and have a process outside PostgreSQL periodically poll for them

Why poll when you can wait?

http://www.postgresql.org/docs/8.2/interactive/sql-notify.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ray Stell 2008-02-15 14:36:44 Re: Pains in upgrading to 8.3
Previous Message Phoenix Kiula 2008-02-15 14:36:20 Re: Are indexes blown?