Re: fetching text file from internet

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: fetching text file from internet
Дата
Msg-id 20050315224155.GB67743@winnie.fuhr.org
обсуждение исходный текст
Ответ на fetching text file from internet  (Dario Billo <rodario@libero.it>)
Ответы Re: fetching text file from internet  (Sean Davis <sdavis2@mail.nih.gov>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: fetching text file from internet
Следующее
От: "Celia McInnis"
Дата:
Сообщение: plpgsql allowing null fields in insert commands?