\conninfo
コマンドを使います。以下はその例です。
postgres=# \conninfo
You are connected to database "postgres" as user "postgres" on host "0.0.0.0" at port "4288".
上記は、以下のdocker
で建てた Postgresql 環境です。
docker run --name db --rm -p 4288:5432 -e POSTGRES_PASSWORD=postgres postgres:latest