Postresql 8.0 Beta 3 - SELECT ... FOR UPDATE

From: "ronzo" <m(dot)ronzoni(at)nocerainformatica(dot)net>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Postresql 8.0 Beta 3 - SELECT ... FOR UPDATE
Date: 2004-10-21 10:44:33
Message-ID: 04f501c4b75a$f4eb7db0$159da8c0@ronzonim
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

Was already implemented the timeout on the "SELECT ... FOR UPDATE" (non-blocking lock) and/or is possible known if the lock exist on the specified ROW before executing the SELECT?

Please note: ours need is the timeout/verify at the ROW level, not at the table level.

Is already OK? Is in the TODO list?
May you suggest an alternative method?

Thank you.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dennis Bjorklund 2004-10-21 11:22:40 timestamp with time zone a la sql99
Previous Message Tom Lane 2004-10-21 04:19:38 Re: [HACKERS] BUG #1290: Default value and ALTER...TYPE