Re: DBI/DBD::Pg and transactions - Mailing list pgsql-general

From Alan Hodgson
Subject Re: DBI/DBD::Pg and transactions
Date
Msg-id 200707181434.46219@hal.medialogik.com
Whole thread Raw
In response to Re: DBI/DBD::Pg and transactions  ("Roderick A. Anderson" <raanders@acm.org>)
Responses Re: DBI/DBD::Pg and transactions
List pgsql-general
On Wednesday 18 July 2007 14:29, "Roderick A. Anderson" <raanders@acm.org>
wrote:
> In the mean time if the script gets triggered again and the first
> instance isn't finished the second needs to not be able to select those
> records already being handled.

select for update won't do that. It will sit waiting for locks on the same
rows the first process is handling.

--
"Remember when computers were frustrating because they did exactly what
you told them to?  That actually seems sort of quaint now." --J.D. Baldwin


pgsql-general by date:

Previous
From: "Roderick A. Anderson"
Date:
Subject: Re: DBI/DBD::Pg and transactions
Next
From: "Pat Maddox"
Date:
Subject: Re: Need help optimizing this query