From: "Jenny -" <nat_lazy(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject:
Date: 2003-07-23 19:01:15
Message-ID: BAY1-F94SKNZ6UTKIUA00016b39@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

<html><div style='background-color:'><DIV>
<DIV>
<DIV>Iam trying to acquire rowlevel locks in postgresql. I try doing this: </DIV>
<DIV>&nbsp;'select * from students where name='Larry' for update;</DIV>
<DIV>But by looking at the holding array of proclock , I've noticed that by doing this only
<DT>AccessShareLock gets acquired which is a table level lock.
<DT>How do I acquire rowlevelock and what fields of Lock or Proclock datastructures indicate it.
<DT>Thanks
<DT>Jenny</DT></DIV></DIV></DIV></div><br clear=all><hr>Add photos to your messages with <a href="http://g.msn.com/8HMRENUS/2749??PS=">MSN 8. </a> Get 2 months FREE*.</html>

Attachment Content-Type Size
unknown_filename text/html 646 bytes

Responses

  • Re: at 2003-07-23 19:48:11 from scott.marlowe

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-07-23 19:06:38 Re: SELECT FOR UPDATE NOWAIT
Previous Message Paulo Scardine 2003-07-23 18:57:17 Re: SELECT FOR UPDATE NOWAIT