Postgres: To View what is running on the database

 SELECT * FROM pg_stat_activity where state <> 'idle';


Comments

Popular posts from this blog

Postgres: Clean up stopped replication slot