Minor database patch [pgadmin4]

From: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Minor database patch [pgadmin4]
Date: 2016-02-09 12:51:06
Message-ID: CAFiP3vxi9U8+m2X8iLiboeZb7+xq4cgJapO+Tgx0kG08iWEPOQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch for database node.

Enhancement: We don't need to disconnect and connect to databse for each
single offline query. We can disconnect once then apply queries and then
connect again.

And minor code refactoring (more pythonic way)

--
*Harshal Dhumal*
*Software Engineer *

EenterpriseDB <http://www.enterprisedb.com>

Attachment Content-Type Size
database_minor_patch_9_Feb_1.patch text/x-patch 1.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sergey Busel 2016-02-10 00:14:22 Re: pgAdmin III: Muliple SQL tabs
Previous Message Harshal Dhumal 2016-02-09 10:49:05 Patch sequence node [pgadmin4]