Ensure that the user should be able to add new server with unix socket connection. Fixes #7181

This commit is contained in:
Akshay Joshi
2022-02-16 13:20:40 +05:30
parent 5a8c916bc0
commit b1221d5517
2 changed files with 6 additions and 1 deletions

View File

@@ -23,3 +23,4 @@ Bug fixes
| `Issue #7124 <https://redmine.postgresql.org/issues/7124>`_ - Fixed the schema diff issue where tables have different column positions and a column has a default value.
| `Issue #7152 <https://redmine.postgresql.org/issues/7152>`_ - Added comments column for the functions collection node.
| `Issue #7173 <https://redmine.postgresql.org/issues/7173>`_ - Fixed an issue where the User Management dialog is not opening.
| `Issue #7181 <https://redmine.postgresql.org/issues/7181>`_ - Ensure that the user should be able to add new server with unix socket connection.