How to use pg_stat_activity correctly ?

Поиск
Список
Период
Сортировка
От Luki Rustianto
Тема How to use pg_stat_activity correctly ?
Дата
Msg-id a87d9f3a0602100030l40f6032avb26a3a1d27b21968@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to use pg_stat_activity correctly ?  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-general
Hi All,

I try to query on pg_stat_activity but the returned result is only like this:

teramedv2=> select * from pg_stat_activity where datname='teramedv2';
 datid |  datname  | procpid | usesysid | usename | current_query | query_start
-------+-----------+---------+----------+---------+---------------+-------------
 17178 | teramedv2 |   32727 |      103 | test    |               |
 17178 | teramedv2 |   26848 |      103 | test    |               |
 17178 | teramedv2 |     563 |      103 | test    |               |
 17178 | teramedv2 |   26799 |      103 | test    |               |
(4 rows)

the field current_query and query_start seems to me always null ... I
try to do a long run select query on the other console and see the
returned result from pg_stat_activity but the returned result is only
new row with datid,datname,procpid,usename fields is filled with the
correct value but current_query and query_start fields is always null.
Is this an expected result ?

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

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Database Comparison tool?
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: How to use pg_stat_activity correctly ?