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

From Murtuza Zabuawala
Subject Re: Query tool window stops executing queries after some situations
Date
Msg-id CAKKotZSb73oHGKJsTGr2O6q8UU=hgXzKEBjnqRV3F9uDSjM+ow@mail.gmail.com
Whole thread Raw
In response to Query tool window stops executing queries after some situations  (Eduardo Piombino <drakorg@gmail.com>)
List pgadmin-support
Hi,


--
Regards,
Murtuza Zabuawala

On Mon, Oct 9, 2017 at 3:23 AM, Eduardo Piombino <drakorg@gmail.com> wrote:
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: Ronald Viscarra
Date:
Subject: Re: pgAdmin 4 v2, server cannot be connected
Next
From: Harshal Dhumal
Date:
Subject: Re: pgadmin4 exception: session['_id'] not in self.managers