Re: Row level locking - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Row level locking
Date
Msg-id 20051012065020.GA3823@winnie.fuhr.org
Whole thread Raw
In response to Row level locking  (Carlos Benkendorf <carlosbenkendorf@yahoo.com.br>)
Responses Re: Row level locking  (Carlos Benkendorf <carlosbenkendorf@yahoo.com.br>)
List pgsql-general
On Wed, Oct 12, 2005 at 04:11:00AM +0000, Carlos Benkendorf wrote:
> How can I know which rows are locked?

There's no query that says "show me all rows that are locked"; even
if there was, it would be out of date by the time you got the
results.  PostgreSQL 8.1 will enhance pg_locks to show tuple locks
in certain cases but it won't show all tuple locks.

Why do you want to know?  What are you trying to do?

--
Michael Fuhr

pgsql-general by date:

Previous
From: Chris Travers
Date:
Subject: Re: Setting up a fine-grained permission system
Next
From: Simon Riggs
Date:
Subject: Re: [pgsql-advocacy] Oracle buys Innobase