Re: Python Driver - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Python Driver
Date
Msg-id 20050211213200.GA34644@winnie.fuhr.org
Whole thread Raw
In response to Re: Python Driver  (Alex Turner <armtuk@gmail.com>)
List pgsql-general
On Fri, Feb 11, 2005 at 04:24:17PM -0500, Alex Turner wrote:
>
> pg_locks - awesome - I will check it out...

See also pg_stat_activity.  If you don't see anything in the
current_query column then edit postgresql.conf and set
stats_command_string = true, then restart the database.  With
this configuration you'll be able to see what each connection
is doing.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Alex Turner
Date:
Subject: Re: Python Driver
Next
From: Michael Fuhr
Date:
Subject: Re: Python Driver