Postgresql – find target of postgres logical replication setup
In a postgres logical replication setup, how do I know the hostname and db of the subscriber? I can find the publisher details from the subscriber but how do I find subscriber details from publisher? postgres=> select * from pg_subscription;…