pgAdmin 4 commit: 2 fixes for the backup dialogue when using directory
Dave Page <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.pgadmin.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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(-)