Query tool window stops executing queries after some situations - Mailing list pgadmin-support

From Eduardo Piombino
Subject Query tool window stops executing queries after some situations
Date
Msg-id CAGHqW7-dh9suVQgEvF11CeHWxuxOuQbjfJM6ShBMZcJT-C4ZRQ@mail.gmail.com
Whole thread Raw
Responses Re: Query tool window stops executing queries after some situations
List pgadmin-support
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, wrong password, etc) in the CREATE SUBSCRIPTION the query window does not work anymore. It's still there, but you can't run any queries on it. 

You just have to copy all the text from there, close it, and launch a new one (CTR-N also doesnt work anymore in version 4, as it did in 3.x to open a new window, as CTRL-F4 or CTRL-W dont work anymore to close a window, or tab in this case, either).

Regards.

pgadmin-support by date:

Previous
From: Eduardo Piombino
Date:
Subject: test
Next
From: Richard Greenwood
Date:
Subject: Re: pgAdmin4 2.0 python wheel on Ubuntu