pgAdmin 4 commit: Disconnect the database connection only once not ever

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Disconnect the database connection only once not ever
Дата
Msg-id E1aWMv8-00057u-SG@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Disconnect the database connection only once not every time before
running the offline queries i.e. renaming of the database, using
different tablespce for the database, etc.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a3d23a65bb57764a9d0048e7ce356ca871de3f94
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
.../browser/server_groups/servers/databases/__init__.py  | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: Minor database patch [pgadmin4]
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Initialize (executing the constructor) for the PGNode