Monday, January 10, 2011

Query Connection in Postgresql

This sql can be used to query active connections in Postgresql database:
select * from pg_stat_activity;

No comments:

Post a Comment