Re: Pet Peeves?

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: Pet Peeves?
Дата
Msg-id 20090129114412.6278b533.wmoran@potentialtech.com
обсуждение исходный текст
Ответ на Re: Pet Peeves?  (Terry Fielder <terry@ashtonwoodshomes.com>)
Список pgsql-general
In response to Terry Fielder <terry@ashtonwoodshomes.com>:
>
> 1) if I have multiple pids running queries, say all selects, I have no
> idea which pid is running which query

SELECT * FROM pg_stat_activity;

If the current_query column doesn't have the query in it, then you need
to tweak your postgres.conf settings:
http://www.postgresql.org/docs/8.3/static/monitoring-stats.html

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

В списке pgsql-general по дате отправления:

Предыдущее
От: Terry Fielder
Дата:
Сообщение: Re: Pet Peeves?
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Text search segmentation fault