From: | Keith Worthington <KeithW(at)NarrowPathInc(dot)com> |
---|---|
To: | Dylan Fogarty-MacDonald <dylan(dot)fm(at)gmail(dot)com> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Scheduling data input from tab delimited file via php |
Date: | 2006-08-08 18:38:25 |
Message-ID: | 44D8DA21.8090300@NarrowPathInc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Dylan Fogarty-MacDonald wrote:
> Hi,
>
> I have a client comprising of a group of car dealerships. Thier
> accounting software uploads via ftp a tab delimited file of their
> updated stock whenever the stock is updated.
>
> What I need to do is execute a php scipt that imports data from the
> file into the database at a regular interval, ie. every hour.
>
> Does postgres have an ability handle this in a different way, maybe by
> removing the need to use php at all?
>
> Can postgres be scheduled for actions like this? Or will I need to
> have the php file schedule the action itself?
>
> Basically, I need to know if postgres can be scheduled, and if it can
> open/execute files on a server.
>
> Thankyou,
> I hope this was written in an understandable way...
>
> -Dylan
Dylan,
We load files that are sent to us randomly. We did it by creating a
shell script that among other things checks to see if a copy of itself
is already running and pipes data into the sql COPY command. We also
created a cron entry that launches the shell script every minute.
HTH
--
Kind Regards,
Keith
From | Date | Subject | |
---|---|---|---|
Next Message | Keith Worthington | 2006-08-08 18:49:45 | Re: Automatic export |
Previous Message | Devrim GUNDUZ | 2006-08-08 08:52:23 | Re: installing pgadminIII in fedora core 4 |