Re: No Timeout in SELECT..FOR UPDATE

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Anthony Rich <richae(at)optusnet(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: No Timeout in SELECT..FOR UPDATE
Date: 2004-02-15 21:48:12
Message-ID: 20040215134613.C91523@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-02-15 22:17:18 Re: [PATCHES] dollar quoting
Previous Message Tom Lane 2004-02-15 21:36:28 Re: No Timeout in SELECT..FOR UPDATE