[pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false

Поиск
Список
Период
Сортировка
От Khushboo Vashi
Тема [pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false
Дата
Msg-id CAFOhELf1vE0xu5oxv8Mq2cHioDUoF5a3BgSqgJ96n9O5ASB8GQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

Please find the attached patch for RM #1801: Properly handle databases with datallowconn == false.

Issue: While connecting the database, allowconn parameter was not in consideration.  Also, the database properties query call was on the selected database which was not correct.

Fix: Put the check of  allowconn, while connecting the database in JS file. Also, the database properties query call set to the maintenance database.

Thanks,
Khushboo 

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Allow selection of process output and commands.
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: To fix the issue grid columns alignment in Firefox (pgAdmin4)