Fixed an error in the collation create script for PG-15. #5606

This commit is contained in:
Akshay Joshi
2022-12-06 12:50:09 +05:30
parent 5465842af0
commit cddb24bc50
3 changed files with 12 additions and 1 deletions

View File

@@ -27,3 +27,4 @@ Bug fixes
| `Issue #5453 <https://github.com/pgadmin-org/pgadmin4/issues/5453>`_ - Fixed an issue where Transaction IDs were not found in session in the Query Tool.
| `Issue #5564 <https://github.com/pgadmin-org/pgadmin4/issues/5564>`_ - Ensure that table statistics are sorted by size.
| `Issue #5603 <https://github.com/pgadmin-org/pgadmin4/issues/5603>`_ - Fixed an issue where master password was not set correctly with external config database.
| `Issue #5606 <https://github.com/pgadmin-org/pgadmin4/issues/5606>`_ - Fixed an error in the collation create script for PG-15.