pgAdmin 4 commit: Ensure that Backup and Restore should work on shared - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that Backup and Restore should work on shared
Date
Msg-id E1lZYBG-0003uS-6g@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that Backup and Restore should work on shared servers as some cases were failing due to initial changes.

Fixes #6385

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ae8fea6d2c4198af96e7bf380c2f5c108a32ed9
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes.rst                       |  1 +
docs/en_US/release_notes_5_2.rst                   |  3 +-
docs/en_US/release_notes_5_3.rst                   | 20 +++++++++++++
web/migrations/versions/c6974f64df08_.py           | 28 ++++++++++++++++++
.../browser/server_groups/servers/__init__.py      |  5 ++--
web/pgadmin/model/__init__.py                      |  7 ++++-
web/pgadmin/tools/backup/__init__.py               | 34 ++++------------------
web/pgadmin/tools/maintenance/__init__.py          | 28 ++++--------------
web/pgadmin/tools/restore/__init__.py              | 33 ++++-----------------
web/pgadmin/utils/__init__.py                      | 11 +++++++
10 files changed, 88 insertions(+), 82 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Tag REL-5_2 has been created.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6341] CSV download quotes numeric columns