pgAdmin 4 commit: Allow to connect any of the database using its OID us

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow to connect any of the database using its OID us
Date: 2015-11-17 13:47:30
Message-ID: E1Zygba-0005bU-Cg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow to connect any of the database using its OID using the connection
manager, once the connection to the maintenance database has been made,
because - we will have did (i.e. Database OID) most of the time for the
any node, and not its name as identifier.

This will allow us to work directly with OID, and we will not need to
bother about renaming of the database name.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=80314a9aa3dbcb6651b2ab4855f215c4c25e0d8d

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 53 +++++++++++++++++++++++--
1 file changed, 50 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-11-18 09:32:14 Re: pgAdmin III commit: Update polish translation
Previous Message Ashesh Vashi 2015-11-17 12:52:11 pgAdmin 4 commit: Adding pgadmin4.log, and runtime/.qmake.stash to .git