Обсуждение: Server Status error

Поиск
Список
Период
Сортировка

Server Status error

От
"Adam H. Pendleton"
Дата:
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

От
Andreas Pflug
Дата:
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