Thread: Server Status error

Server Status error

From
"Adam H. Pendleton"
Date:
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


Re: Server Status error

From
Andreas Pflug
Date:
Adam H. Pendleton wrote:

> 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?
>
Oops, seems to be a 7.4 extension. Will restrict this.
Regards,
Andreas