pgAdmin 4 commit: Properly handle setting comments and other options on

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly handle setting comments and other options on
Date: 2017-02-01 10:23:49
Message-ID: E1cYs4r-0007PT-8b@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly handle setting comments and other options on databases with allowconn = False. Fixes #2024

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d442da9ffd7acbc97fc28e8dc95e043fefa1617
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../server_groups/servers/databases/__init__.py | 173 ++++++++++++---------
web/pgadmin/utils/driver/psycopg2/__init__.py | 2 +
2 files changed, 100 insertions(+), 75 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-01 10:25:01 Re: PATCH: To fix the issue in Database node (pgAdmin4)
Previous Message Murtuza Zabuawala 2017-02-01 10:08:17 Re: PATCH: To fix the issue in Database node (pgAdmin4)