pgAdmin 4 commit: Ensure using an alternate role to connect to a databa

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure using an alternate role to connect to a databa
Date: 2017-09-28 14:09:52
Message-ID: E1dxZVg-0007SP-Lr@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure using an alternate role to connect to a database doesn't cause an error when checking recovery state. Fixes #2742

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5a132a547fd9f84db6a93d06e61e0c47c37a92e8
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_2_0.rst | 3 ++-
web/pgadmin/browser/server_groups/servers/__init__.py | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-09-28 14:09:59 Re: [pgAdmin4][Patch] RM 2742 Unable to connect to database server with different user and role
Previous Message Akshay Joshi 2017-09-28 12:18:10 [pgAdmin4][Patch] RM 2742 Unable to connect to database server with different user and role