Query tool window stops executing queries after some situations

From: Eduardo Piombino <drakorg(at)gmail(dot)com>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: Query tool window stops executing queries after some situations
Date: 2017-10-08 21:53:51
Message-ID: CAGHqW7-dh9suVQgEvF11CeHWxuxOuQbjfJM6ShBMZcJT-C4ZRQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Richard Greenwood 2017-10-09 00:34:00 Re: pgAdmin4 2.0 python wheel on Ubuntu
Previous Message Eduardo Piombino 2017-10-08 21:52:20 test