Fixed an issue where an error message is displayed when creating the new database. Fixes #7502

This commit is contained in:
Nikhil Mohite
2022-06-24 15:09:48 +05:30
committed by Akshay Joshi
parent 23869cd61f
commit 837e3e5e83
4 changed files with 25 additions and 16 deletions

View File

@@ -35,3 +35,4 @@ Bug fixes
| `Issue #7460 <https://redmine.postgresql.org/issues/7460>`_ - Fixed an issue where pgAdmin stuck while creating a new index.
| `Issue #7461 <https://redmine.postgresql.org/issues/7461>`_ - Fixed an issue where the connection wasn't being closed when the user switched to a new connection and closed the query tool.
| `Issue #7468 <https://redmine.postgresql.org/issues/7468>`_ - Skip the history records if the JSON info can't be parsed instead of showing 'No history'.
| `Issue #7502 <https://redmine.postgresql.org/issues/7502>`_ - Fixed an issue where an error message is displayed when creating the new database.