Query tool window stops executing queries after some situations

Поиск
Список
Период
Сортировка
От Eduardo Piombino
Тема Query tool window stops executing queries after some situations
Дата
Msg-id CAGHqW7-dh9suVQgEvF11CeHWxuxOuQbjfJM6ShBMZcJT-C4ZRQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Query tool window stops executing queries after some situations  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Eduardo Piombino
Дата:
Сообщение: test
Следующее
От: Richard Greenwood
Дата:
Сообщение: Re: pgAdmin4 2.0 python wheel on Ubuntu