I’ve got an instance where I’ve never seen postgresql do this, Here is some cut & paste from the db using psql:
acdsdb=# select from pg_subscription;
(10 rows)
acdsdb=# select from pg_stat_subscription;
(10 rows)
And that is all I get back.No details as to what those rows contain. We had a network burp and I’m afraid some logical replication is broken, and unfortunately I need to see the data.
I tried turning x thinking that maybe changing it would fix this issue, but no joy. I also did a search for some other display controls.
jay Scalia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.