Re: Query tool window stops executing queries after some situations

2017-10-09 Thread Murtuza Zabuawala
Hi, Please report this issue on https://redmine.postgresql.org/projects/pgadmin4 -- Regards, Murtuza Zabuawala On Mon, Oct 9, 2017 at 3:23 AM, Eduardo Piombino wrote: > I was just trying the new postgres 10 logical replication, and for that I > had to issue a > CREATE PUBLICATION mypub FOR tab

Query tool window stops executing queries after some situations

2017-10-08 Thread Eduardo Piombino
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