| From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
|---|---|
| To: | Roy Souther <roy(at)silicontao(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: EXTPROC External Procedure |
| Date: | 2005-02-09 19:00:21 |
| Message-ID: | 20050209190021.GA13746@dcc.uchile.cl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Feb 09, 2005 at 11:29:21AM -0700, Roy Souther wrote:
> I need to be able to run a program when some data is requested from the
> database. Some query will do a SELECT on a known table and I need to have
> some event trigger that makes a call to generate a small XML file and then
> post it to a web server, get a reply back and then update a local table with
> the information it received.
You may be able to use a pl/perlu (untrusted perl) function to do this.
--
Alvaro Herrera (<alvherre[(at)]dcc(dot)uchile(dot)cl>)
"No reniegues de lo que alguna vez creíste"
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2005-02-09 19:04:30 | Re: Understanding EXPLAIN ANALYZE output |
| Previous Message | Ed L. | 2005-02-09 18:58:07 | Re: EXTPROC External Procedure |