table locking and SELECT FOR UPDATE - Mailing list pgsql-general

From Joseph Shraibman
Subject table locking and SELECT FOR UPDATE
Date
Msg-id 42D2EE4F.1090302@selectacast.net
Whole thread Raw
Responses Re: table locking and SELECT FOR UPDATE
List pgsql-general
How come when a share lock is held and update can't be done on the
table, but a SELECT FOR UPDATE can be done?  I can't SELECT FOR UPDATE
the same row in two transactions, but I can SELECT FOR UPDATE a row that
I will won't be able to update because the other table is held in a
SHARE lock.


pgsql-general by date:

Previous
From: Vivek Khera
Date:
Subject: Re: PostgreSQL Scalability
Next
From: "Thomas F. O'Connell"
Date:
Subject: Quoting $user as Parameter to SET