Server Status error

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Server Status error
Date: 2003-06-25 18:39:57
Message-ID: 3EF9EC7D.6080807@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

When choosing "Server Status" from the Tools menu, I get this error:

"Column not found in pgSet: query_start"

and then the application hangs. And, indeed, there is no result column
'query_start' returned by:

SELECT * FROM pg_stat_activity ORDER BY procpid;

What's the deal?

ahp

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-06-25 18:49:10 Re: stack trace
Previous Message Andreas Pflug 2003-06-25 18:17:02 Re: Language issue