Question

The command:

select * from pg_stat_activity

shows all currently active connections. The database is hosted by AWS RDS and I am accessing the database with pgAdmin 4, thus I expect one other connection than mine and that is the rdsadmin, but it seems like I have 2 connections.

Output: enter image description here

Why do I have two connections when using one Client?

Was it helpful?

Solution

The second connection gets started when you start the query tool.

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top