Lance Ellinghaus wrote:
> Is there a way in PostgreSQL to have a client lock a row in a table for
> exclusive access?
Might want to start with section 9.6.2 of the PostgreSQL documentation,
"Row-Level Locks". You may want SELECT FOR UPDATE, too.
-Fran