Ensure that the values of certain fields are prettified in the statistics tab for collection nodes. Fixes #7216

This commit is contained in:
Akshay Joshi
2022-03-22 14:52:56 +05:30
parent e7dc6df723
commit ba027e992e
5 changed files with 11 additions and 4 deletions

View File

@@ -20,5 +20,6 @@ Bug fixes
*********
| `Issue #7059 <https://redmine.postgresql.org/issues/7059>`_ - Fixed an issue where the error is shown on logout when the authentication source is oauth2.
| `Issue #7216 <https://redmine.postgresql.org/issues/7216>`_ - Ensure that the values of certain fields are prettified in the statistics tab for collection nodes.
| `Issue #7238 <https://redmine.postgresql.org/issues/7238>`_ - Fixed an issue where foreign key is not removed even if the referred table is removed in ERD.
| `Issue #7257 <https://redmine.postgresql.org/issues/7257>`_ - Support running the container under OpenShift with alternate UIDs.