pgAdmin 4 commit: Fixed an issue where --load-server does not allow loa

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where --load-server does not allow loa
Date: 2020-08-31 12:22:24
Message-ID: E1kCipM-0006LX-TH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where --load-server does not allow loading connections that use pg_services. Fixes #5746

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b5c299c5ad2547c2813dfb78c6e9fbfb0c382e9a
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_26.rst | 1 +
web/setup.py | 39 +++++++++++++++++++++++----------------
2 files changed, 24 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-31 12:23:02 Re: [pgAdmin][Patch] #5746 setup.py --load-server does not allow loading connections that use pg_services
Previous Message Akshay Joshi 2020-08-31 11:18:17 Re: More idiomatic python3 + fix some tests