Re: No Timeout in SELECT..FOR UPDATE - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: No Timeout in SELECT..FOR UPDATE
Date
Msg-id 20040215134613.C91523@megazone.bigpanda.com
Whole thread Raw
In response to No Timeout in SELECT..FOR UPDATE  (Anthony Rich <richae@optusnet.com.au>)
List pgsql-hackers
On Tue, 10 Feb 2004, Anthony Rich wrote:

> In other words, by the time the second process has run the
> "SELECT...FOR UPDATE" statement, it's too late!! This
> second process is now locked "forever", waiting for the

Or until statement_timeout is reached if it's set to a non-zero value.



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [PATCHES] dollar quoting
Next
From: Tom Lane
Date:
Subject: Re: No Timeout in SELECT..FOR UPDATE