Re: [SQL] cron job INSERT appears to bail.

2000-06-05 Thread Tom Lane
Allan Kelly <[EMAIL PROTECTED]> writes: > The intranet mirror for the client later grabs the file from the ISP > and attempts the same 'psql -f' but appears to stop after a few > inserts. "Appears to stop" is hardly enough of a problem description to allow useful advice to be given. Does the pro

[SQL] cron job INSERT appears to bail.

2000-06-05 Thread Allan Kelly
Hi, I have mirrored our Web site to a client's intranet, using tried and tested techniques. Every day I generate a new file containing some table drops, some table creates and about 7000 insert statements. This is ftp'd up to our ISP, where a cronjob uses 'psql -f' to update the Website data. Grea