Re: Inserting into table only if the row does not already

From: "C(dot) Bensend" <benny(at)bennyvision(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Inserting into table only if the row does not already
Date: 2004-10-17 01:09:42
Message-ID: 55738.63.227.74.41.1097975404.squirrel@63.227.74.41
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


> Even cron'd scripts can run amok. Lock files are great as a CYA
> measure even if you're relatively certain there will be no opportunity
> for one copy to step on the next.

Yes, you are absolutely correct, of course. :)

I should be more specific - I'm working on a personal project, and I'm
not going to worry about that right now. The risk of a cron gone wild
is acceptable to me at this moment.

Right now my priority is getting data flowing into the database instead
of piling up on the host like it is. :)

Thanks much!

Benny

--
"Even if a man chops off your hand with a sword, you still have two nice,
sharp bones to stick in his eyes."
-- .sig on Slashdot

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message sreejith s 2004-10-17 03:19:44 Database backup
Previous Message Steven Klassen 2004-10-17 00:49:29 Re: Inserting into table only if the row does not already