Ensure that Backup and Restore should work on shared servers. Fixes #6385

This commit is contained in:
Pradip Parkale
2021-04-14 12:11:55 +05:30
committed by Akshay Joshi
parent 4ee40e348c
commit cb7bcaf939
6 changed files with 87 additions and 33 deletions

View File

@@ -38,3 +38,4 @@ Bug fixes
| `Issue #6367 <https://redmine.postgresql.org/issues/6367>`_ - Fixed an issue where the Save button is enabled by default when open the table's properties dialog on PG 9.5.
| `Issue #6375 <https://redmine.postgresql.org/issues/6375>`_ - Fixed an issue where users are unable to see data of the partitions using the View/Edit data option.
| `Issue #6376 <https://redmine.postgresql.org/issues/6376>`_ - Fixed an issue where a connection warning should be displayed on the user clicks on explain or explain analyze and the database server is disconnected from the browser tree.
| `Issue #6385 <https://redmine.postgresql.org/issues/6385>`_ - Ensure that Backup and Restore should work on shared servers.