Re: Data from Internet direct into PostgeSQL Database??

From: "Sim Zacks" <sim(at)nospam(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Data from Internet direct into PostgeSQL Database??
Date: 2004-11-15 13:55:15
Message-ID: cnacin$but$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You can have a cron job download the file to your local machine and then use
the copy command to process it into your tables. I don't think that copy
would be able to handle an Internet location, though I could be wrong.

"chris" <tomtailor(at)freesurf(dot)fr> wrote in message
news:327fd(dot)0411150539(dot)f6c7673(at)posting(dot)google(dot)com(dot)(dot)(dot)
> Hi!
>
> Is there any Way or have somebody a Function to do something like this
> copy skurs from
'http://ichart.finance.yahoo.com/table.csv?s=TKAG.DE&d=10&e=15&f=2004&g=d&a=
3&b=5&c=1991&ignore=.csv';
>
> Would be great if you could help me!
>
> THX
> Christian Meier

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sim Zacks 2004-11-15 13:58:12 Re: Data from Internet direct into PostgeSQL Database??
Previous Message chris 2004-11-15 13:39:49 Data from Internet direct into PostgeSQL Database??