Re: Python Driver

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: alex(at)neteconomist(dot)com
Cc: James Thompson <jamest(at)ajrs(dot)com>, PgSQL General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Python Driver
Date: 2005-02-11 21:32:00
Message-ID: 20050211213200.GA34644@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-02-11 21:39:20 Re: Python Driver
Previous Message Alex Turner 2005-02-11 21:26:04 Re: Python Driver