On Thu, Aug 28, 2003 at 20:08:33 -0700, Jenny - <[EMAIL PROTECTED]> wrote: > hi , > coudl some one tell me how to acquire row-level and page level locks in > postgresql. > iam aware that table level locks can be acquired by the command: > "lock table *tablename* in *locktype* mode;
select for update will get you row level write locks. It won't block normal selects. ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]