Re: Rows with exclusive lock

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Rows with exclusive lock
Дата
Msg-id 20060722144218.GH5125@surnet.cl
обсуждение исходный текст
Ответ на Rows with exclusive lock  (Martin Marques <martin@bugs.unl.edu.ar>)
Ответы Re: Rows with exclusive lock
Список pgsql-sql
Martin Marques escribió:
> Is it posible to get an exclusive (read/write) lock on certain rows? I 
> don't want to block the whole table, only certain rows, but I want it to 
> be a read/write lock.

That's what SELECT FOR UPDATE does.

> AFAIK SELECT FOR UPDATE doesn't help with this.

Why?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Martin Marques
Дата:
Сообщение: Rows with exclusive lock
Следующее
От: Martin Marques
Дата:
Сообщение: Re: Rows with exclusive lock