pgAdmin 4 commit: Disconnect the database connection only once not ever - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Disconnect the database connection only once not ever
Date
Msg-id E1aWMv8-00057u-SG@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: Minor database patch [pgadmin4]
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Initialize (executing the constructor) for the PGNode