| From: | "Schuhmacher, Bret" <Bret(dot)Schuhmacher(at)Aspect(dot)com> |
|---|---|
| To: | "Dario Billo" <rodario(at)libero(dot)it>, <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: fetching text file from internet |
| Date: | 2005-03-16 00:22:21 |
| Message-ID: | 98E4F4D46DACD0479C96D7356D5C37356B0615@sac1exch3.aspect.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
I'd be surprised to find out that plpgsql could do this natively - it's
not a database function you're trying to perform. Try using wget or
curl to obtain the file in a shell script, then run your plpgsql to
slurp in the **local** file.
Rgds,
Bret
> -----Original Message-----
> From: pgsql-novice-owner(at)postgresql(dot)org
> [mailto:pgsql-novice-owner(at)postgresql(dot)org] On Behalf Of Dario Billo
> Sent: Tuesday, March 15, 2005 4:31 PM
> To: pgsql-novice(at)postgresql(dot)org
> Subject: [NOVICE] fetching text file from internet
>
> 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?
> Where I can find documentation more precisely than postgresql manual?
>
> Thank you, hi
>
> Billo Dario
> rodario(at)libero(dot)it
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so
> that your
> message can get through to the mailing list cleanly
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Nehren | 2005-03-16 01:37:05 | Re: Next and previous sequence values |
| Previous Message | Michael Fuhr | 2005-03-15 23:01:06 | Re: Next and previous sequence values |