Re: feature request - update nowait

From: pasman pasmański <pasman(dot)p(at)gmail(dot)com>
To: PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: feature request - update nowait
Date: 2011-09-08 17:26:18
Message-ID: CAOWY8=bSt-hzN3eSJOGJuWbztmO1pzkex7ipjEmc6G_781NBUA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Try a command LOCK NOWAIT

2011/9/8, Eduardo Piombino <drakorg(at)gmail(dot)com>:
> Hi, would it be possible to implement a *nowait *modifier to the
> *update*statement in order to tell it not to wait and raise an error
> -just like a
> select for update nowait would-, instead of defaulting to waiting forever
> until the lock becomes available?
>
> The lack of such a modifier nowadays forces me to do a select for update
> before every update on which I need the fastest response possible, and it
> would be great if it could be integrated into the command itself.
>
> Just an idea.
>
> Best regards,
> Eduardo.
>

--
------------
pasman

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Eduardo Piombino 2011-09-08 20:33:26 Re: feature request - update nowait
Previous Message Miguel Angel Hernandez Moreno 2011-09-08 17:15:14 Re: problems with pg_restore and java