Tugger the SLUGger!SLUG Mailing List Archives

[SLUG] Re: How can I get a list of locks in a table in Postgres?


On Fri, Feb 22, 2002 at 04:53:53PM +0900, Antony Stace wrote:
> I have run into a problem with postgres.  I cannot update some rows in a table while
> i can update other rows in the same table.  How can I see what locks are on a table/row in postgres?

don't know. but "pgmonitor" could show you what queries were currently
executing, which may be enough to find the problem.

-- 
 - Gus