You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selectpg_stat_activity.procpid, (now() -pg_stat_activity.query_start) as t, pg_stat_activity.current_queryfrom pg_stat_activity where (pg_stat_activity.current_query<>'<IDLE>'::text) order by (now() -pg_stat_activity.query_start);