View running queries in postgresql

 View running queries in postgreSQL:


SELECT * FROM pg_stat_activity;


No comments:

Post a Comment

View running queries in postgresql

 View running queries in postgreSQL: SELECT * FROM pg_stat_activity;