Using pg_activity with Amazon RDS
By default you aren’t able to use pg_activity to connect directly to your Amazon RDS instance. This is due to two things: You don’t have superuser, ever, on Amazon RDS pg_activity tries to get information on all databases, which includes the rdsadmin database that you will never have access to. This database is owned/managed by… Read More »