Re: Python Driver

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Python Driver
Дата
Msg-id 20050211213200.GA34644@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Python Driver  (Alex Turner <armtuk@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Alex Turner
Дата:
Сообщение: Re: Python Driver
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Python Driver