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
SELECT pid,datname,usename,application_name,client_hostname,client_port,backend_start,query_start,query
FROM pg_stat_activity
WHERE state <>'idle'AND pid<>pg_backend_pid();