View running queries in postgresql

 View running queries in postgreSQL:


SELECT * FROM pg_stat_activity;


No comments:

Post a Comment

Common Oracle Clusterware crsctl commands

  Oracle Clusterware crsctl commands: # Check cluster status crsctl check crs crsctl check cluster # Cluster resources crsctl status reso...