Query tool window stops executing queries after some situations
I was just trying the new postgres 10 logical replication, and for that I had to issue a CREATE PUBLICATION mypub FOR table mytable on the server, and a CREATE SUBSCRIPTION mysub CONNECTION 'host=myhost ...' PUBLICATION mypub; The problem is that after a failed attempt (wrong host, no password, wr
test
test