On Thu, 27 Jun 2024 at 17:21, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> (We used to show "<IDLE>" in the query column in this state, but that
> was deemed less helpful than the current behavior.)
I think this is a super common confusion among users. Maybe we should
consider making it clearer that no query is currently being executed.
Something like
IDLE: last query: SELECT * FROM mytable;