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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment