Re: Table locks - Mailing list pgsql-general

From Tom Lane
Subject Re: Table locks
Date
Msg-id 25878.971113948@sss.pgh.pa.us
Whole thread Raw
In response to Re: Table locks  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Table locks
Re: Table locks
List pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I want to write an admin utility that will view backend SQL queries, and
> be able to view locks and statistics using gdb on the running backend.

gdb on a backend doesn't seem to me like a reasonable component of a
production situation.  I was thinking something along the line of a
SHOW command that would show the state of the lock table.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Access to PGSQL
Next
From: Bruce Momjian
Date:
Subject: Re: postgres via shell scripts