Re: 'show full processlist' in postgres? - Mailing list pgsql-sql

From Erik Wasser
Subject Re: 'show full processlist' in postgres?
Date
Msg-id 200507011913.36840.erik.wasser@iquer.net
Whole thread Raw
In response to Re: 'show full processlist' in postgres?  ("Jim Buttafuoco" <jim@contactbda.com>)
Responses Re: 'show full processlist' in postgres?
Re: [despammed] Re: 'show full processlist' in postgres?
List 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


pgsql-sql by date:

Previous
From: "Jim Buttafuoco"
Date:
Subject: Re: 'show full processlist' in postgres?
Next
From: Josh Berkus
Date:
Subject: Re: Some help please