2009/1/30 Laurent Wandrebeck <l.wandrebeck@gmail.com>:
> 2009/1/30 A B <gentosaker@gmail.com>:
>> Hi.
> Hello,
>> I just discovered three "postmaster" processes running and really
>> eating all the cpu.
>> I'm not sure why?
>> So, what steps do I take for finiding the queries that is causing this?
> select * from pg_catalog.pg_stat_activity;
Ah, great!
Some things: In the field query_start it is empty, and the
current_query field says: "<command string not enabled>" but that
seems to be fixed by turning on "stats_command_string".
What does the backend_start field indicate?