Re: Locking tables - Mailing list pgsql-novice

From Dmitry Tkach
Subject Re: Locking tables
Date
Msg-id 3F1DB48B.8090105@openratings.com
Whole thread Raw
In response to Re: Locking tables  (Markus Bertheau <twanger@bluetwanger.de>)
Responses Re: Locking tables  (Markus Bertheau <twanger@bluetwanger.de>)
List pgsql-novice
Markus Bertheau wrote:

>В Пнд, 21.07.2003, в 20:03, Dmitry Tkach пишет:
>
>
>
>>select * from table where id=1 FOR UPDATE;
>>
>>... is what you are looking for - this will put a lock on the rows that
>>actually get selected, so that another transaction will not be able to
>>modify them until you commit or rollback.
>>
>>
>
>Can new rows be inserted by another connection with id = 1?
>
>
>
Yes, unless you have a unique constraint (or primary key) on that table
for the id (if you do, then attempts to insert another row with the same
id will fail)...

Dima

P.S. Your name doesn't look Russian to me... How come you seem to be
using a Russian email client? :-)


pgsql-novice by date:

Previous
From: Markus Bertheau
Date:
Subject: Re: Locking tables
Next
From: "Saulius Skruibis"
Date:
Subject: Localization