Re: fetching text file from internet - Mailing list pgsql-novice

From Michael Fuhr
Subject Re: fetching text file from internet
Date
Msg-id 20050315224155.GB67743@winnie.fuhr.org
Whole thread Raw
In response to fetching text file from internet  (Dario Billo <rodario@libero.it>)
Responses Re: fetching text file from internet
List pgsql-novice
On Tue, Mar 15, 2005 at 10:30:49PM +0100, Dario Billo wrote:

> Hi to all. I need  download text file from internet, and I'll use
> plpgsql, but I don't know if this language can do this. Ideas?

Is there a reason you want to do this in server code instead of in
the client?

If you must implement download functionality on the server side,
then you could write a function in C or one of the other PLs (PL/Perl,
PL/Tcl, PL/Python, etc.) and call it from PL/pgSQL.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-novice by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: fetching text file from internet
Next
From: "Celia McInnis"
Date:
Subject: plpgsql allowing null fields in insert commands?