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
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match