pgAdmin 4 commit: Fixed an issue where restore generates incorrect opti

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 restore generates incorrect opti
Date: 2022-01-25 14:44:37
Message-ID: E1nCN3l-000150-Gq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where restore generates incorrect options for the schema. Fixes #7123

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=04729f63b808daf1826ade03c6dc7bf9e0c2bf64
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_5.rst | 1 +
web/pgadmin/tools/restore/static/js/restore.js | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-01-25 14:47:56 pgAdmin 4 commit: Ensure that JSON files should be downloaded properly
Previous Message Akshay Joshi 2022-01-25 14:40:40 pgAdmin 4 commit: Fixed code smell 'Update this function so that its im