this is in plain text (row level locks)

From: "Jenny -" <nat_lazy(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: this is in plain text (row level locks)
Date: 2003-07-23 19:48:19
Message-ID: BAY1-F58p7mvjkO22Zh000001d1@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Iam trying to acquire rowlevel locks in postgresql. I try doing this:
'select * from students where name='Larry' for update;
But by looking at the holding array of proclock , I've noticed that by doing
this only
AccessShareLock gets acquired which is a table level lock.
How do I acquire rowlevelock and what fields of Lock or Proclock
datastructures indicate it.
Thanks
Jenny

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Mascari 2003-07-23 19:53:01 Re: how do i turn off the html tags??
Previous Message scott.marlowe 2003-07-23 19:48:11 Re: