identifying rows locked in row level locking

From: "Jenny -" <nat_lazy(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org, pgsq-hackers(at)postgresql(dot)org
Subject: identifying rows locked in row level locking
Date: 2003-09-03 14:23:24
Message-ID: BAY1-F104lWJLWrQKGs000244e0@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I understand that ObjID of LOCKtag recognizes each individual row locked
by
>a row level lock. BUt i have noticed that if i lock 2 different rows of the
>same table they have the same blkno. is this deduction ok?

If they happen to be stored in the same block, they'd have the same blkno
...

then how would we recognize each individual row locked?

_________________________________________________________________
Get MSN 8 and enjoy automatic e-mail virus protection.
http://join.msn.com/?page=features/virus

Browse pgsql-general by date

  From Date Subject
Next Message Jenny - 2003-09-03 14:24:31 identifying rows locked in row level locking
Previous Message Chris Boget 2003-09-03 14:21:49 Re: Trunc in Postgres