Notes of a Programmer
Thursday, October 17, 2019
What Are Current Queries in PostgreSQL Database?
I wonder what queries my PostgreSQL database are executing, and figure it out using the query below
SELECT query FROM pg_stat_activity;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment