Re: LOCK command inside a TRANSACTION

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: LOCK command inside a TRANSACTION
Дата
Msg-id 200704031557.33680.peter_e@gmx.net
обсуждение исходный текст
Ответ на LOCK command inside a TRANSACTION  (Carlos Santos <carloscompels@yahoo.com.br>)
Список pgsql-sql
Am Dienstag, 3. April 2007 14:48 schrieb Carlos Santos:
> - if an user query a select on a table, the rows of the table in the result
> of this select can not be updated or deleted by another user until this one
> update, delete or discard the changes on those rows.

Sounds like SELECT FOR UPDATE.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: John Summerfield
Дата:
Сообщение: Re: Using a variable as a view name in a select
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Serial