I am trying to view pg_catalog.pg_stat_activity in pgAdmin 4, but I cannot seem to find where it is (if it exists) on my RDS PostgreSQL DB. Where should it be?
There is no pg_catalog schema, and I have made sure that the correct parameters are turned on in the individual DB instances (e.g. track_counts, track_activities). These DBs are part of a cluster that does not have these parameters turned on, but from what I read online, that shouldn't matter. Am I looking in the right place, or is something turned off still?