Fixed an issue where reverse engineering SQL is wrong for Aggregate. Fixes #7024

This commit is contained in:
Akshay Joshi
2021-11-29 12:00:38 +05:30
parent abe5303448
commit fbd10ef4b6
4 changed files with 7 additions and 6 deletions

View File

@@ -29,3 +29,4 @@ Bug fixes
| `Issue #7006 <https://redmine.postgresql.org/issues/7006>`_ - Ensure that Python 3.10 and the latest eventlet dependency should not break the application.
| `Issue #7013 <https://redmine.postgresql.org/issues/7013>`_ - Fix an RPM build issue that could lead to a conflict with python3 at installation.
| `Issue #7015 <https://redmine.postgresql.org/issues/7015>`_ - Fixed an issue where the error is thrown while creating a new server using Add New Server from the dashboard while tree item is not selected.
| `Issue #7024 <https://redmine.postgresql.org/issues/7024>`_ - Fixed an issue where reverse engineering SQL is wrong for Aggregate.