Can somebody please tell me how I find who it is using the
xxxxx database?
select * from pg_stat_activity where datname = '<yourdbname>';
--
Shoaib Mir
http://shoaibmir.wordpress.com/
Can somebody please tell me how I find who it is using the
xxxxx database?