pgAdmin 4 commit: 2 fixes for the backup dialogue when using directory

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 2 fixes for the backup dialogue when using directory
Date: 2019-10-25 12:21:57
Message-ID: E1iNybN-0006Vk-JI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

2 fixes for the backup dialogue when using directory format:

Ensure compression level is passed to pg_dump when backing up in directory format. Fixes #4482
Ensure the number of jobs can be specified when backing up in directory format. Fixes #4483

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2182dc3cc5c302b7f230d4145ef1d8dccc148ead
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_15.rst | 2 ++
web/pgadmin/tools/backup/__init__.py | 2 ++
web/pgadmin/tools/backup/static/js/backup.js | 7 +++++--
3 files changed, 9 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-10-25 12:22:19 Re: [pgAdmin][RM4482][RM4483] Backup dialog issues for directory format
Previous Message Dave Page 2019-10-25 11:38:56 Re: [pgAdmin][RM4730] Execute leaves only the latest Message - the others are cleared