Re: Rows with exclusive lock

Поиск
Список
Период
Сортировка
От Martin Marques
Тема Re: Rows with exclusive lock
Дата
Msg-id Pine.LNX.4.64.0607240812500.701@bugs.unl.edu.ar
обсуждение исходный текст
Ответ на Re: Rows with exclusive lock  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Rows with exclusive lock
Список pgsql-sql
On Sun, 23 Jul 2006, Alvaro Herrera wrote:

> Martin Marques escribió:
>>
>> After the SELECT FOR UPDATE other transactions can still see the locked
>> rows. I want a read/write lock, so no one can access does rows.
>
> SELECT FOR UPDATE acquires an exclusive lock, but other transactions
> must try to acquire a lock on the rows as well, or they won't be locked.
> You can try using SELECT FOR SHARE (new as of 8.1) if you want some
> transactions to hold shared (read) locks.

Sorry for not getting it clear the first time.

What I want is something like "LOCK table IN ACCESS EXCLUSIVE MODE", but
at row level.

> IOW, SELECT FOR UPDATE blocks other SELECTs FOR UPDATE and SELECTs FOR
> SHARE, but it does not block plain SELECT.

So, this is not posible. :-(

-- 21:50:04 up 2 days,  9:07,  0 users,  load average: 0.92, 0.37, 0.18
---------------------------------------------------------
Lic. Martín Marqués         |   SELECT 'mmarques' ||
Centro de Telemática        |       '@' || 'unl.edu.ar';
Universidad Nacional        |   DBA, Programador,    del Litoral             |   Administrador
---------------------------------------------------------

В списке pgsql-sql по дате отправления:

Предыдущее
От: Richard Jones
Дата:
Сообщение: Re: Referential integrity (foreign keys) across multiple tables
Следующее
От: Mario Splivalo
Дата:
Сообщение: Primary key constraint violation without error?