pgAdmin 4 commit: Change the logic to call setup_db if the database doe

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Change the logic to call setup_db if the database doe
Date: 2022-07-01 12:42:09
Message-ID: E1o7FyL-00025y-JZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Change the logic to call setup_db if the database doesn't exist.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3a69d50458f57d19948b867aec55c55d635a36e5

Modified Files
--------------
web/pgAdmin4.py | 7 +++++--
web/setup.py | 8 +++-----
2 files changed, 8 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pradip Parkale 2022-07-01 14:04:07 [pgAdmin][RM7518]: Issue in Dashboard panel
Previous Message Akshay Joshi 2022-07-01 09:36:08 Re: [pgAdmin][patch] Theme component usage fix