2009/1/30 Laurent Wandrebeck <l.wandrebeck@xxxxxxxxx>: > 2009/1/30 A B <gentosaker@xxxxxxxxx>: >> 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? -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general