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.