Re: 'show full processlist' in postgres?

From: Erik Wasser <erik(dot)wasser(at)iquer(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: 'show full processlist' in postgres?
Date: 2005-07-01 17:13:36
Message-ID: 200507011913.36840.erik.wasser@iquer.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Friday 01 July 2005 18:24, Jim Buttafuoco wrote:

> did you restart postgresql and use the pg_stat_activity view instead
> (just to save some typing).

No. Is a restart necessary or will a 'reload' do also the trick?

I've done the restart:

postgres=# SELECT * from pg_stat_activity ;
datid | datname | procpid | usesysid | usename | current_query |
query_start
---------+-----------+---------+----------+-----------+---------------+-------------
7349453 | admintool | 5436 | 100 | admintool | |
7349454 | postgres | 5437 | 1 | postgres | |
(2 rows)

But 'current_query' is still always empty... B-(

--
So long... Fuzz

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2005-07-01 17:30:03 Re: Some help please
Previous Message Jim Buttafuoco 2005-07-01 16:24:06 Re: 'show full processlist' in postgres?