Re: fetching text file from internet

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: fetching text file from internet
Дата
Msg-id 7248b8ebcc4558193ab3b5dd73c38277@mail.nih.gov
обсуждение исходный текст
Ответ на Re: fetching text file from internet  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-novice
In pl/perlu (and likely python, maybe others), you can easily download
a file from the internet, parse it, and return results.  If it is a
type of file parseable by DBD::AnyData, then you could use dbi-link to
make this file available as a table in your database.

Sean

On Mar 15, 2005, at 5:41 PM, Michael Fuhr wrote:

> 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/
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if
> your
>       joining column's datatypes do not match


В списке pgsql-novice по дате отправления:

Предыдущее
От: Aarni Ruuhimäki
Дата:
Сообщение: Re: Uploading large files
Следующее
От: John DeSoi
Дата:
Сообщение: Re: plpgsql allowing null fields in insert commands?