Forum OpenACS Q&A: Re: PostgreSQL MVCC transaction model

Collapse
Posted by Don Baccus on
SELECT FOR UPDATE locks the rows specified in the SELECT, and as you might suspect, is often used in conjunction with UPDATE.