Active Sessions
Post date: Sep 22, 2012 7:54:9 PM
Q. How to check how many active sessions in the greenplum database.
Ans:
SELECT * FROM pg_stat_activity;
We have migrated to new Google sites!
Post date: Sep 22, 2012 7:54:9 PM
Q. How to check how many active sessions in the greenplum database.
Ans:
SELECT * FROM pg_stat_activity;