granularity of locking - Mailing list pgsql-hackers

From Jenny -
Subject granularity of locking
Date
Msg-id BAY1-F1077XIA9vkJbT00018196@hotmail.com
Whole thread Raw
List pgsql-hackers
what determines what level of locking(table level, page level or row level) 
an object is locked in?
how do we determine from postgresql  code what level a object is locked in?
Iam working on a project where i have to display the locks information of 
all the transactions that have acquired locks in postgresql  and i also have 
to display that granularity(table level, page level, row level)on the locks 
acquired by these transactions on objects.Which part of postgresql code 
gives this information.?
thanks
Jenny

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: psql \encoding fixed
Next
From: Tom Lane
Date:
Subject: Re: psql \encoding fixed