Ensure that trigger function SQL should have 'create or replace function' instead of 'create function' only. Fixes #5849

This commit is contained in:
Aditya Toshniwal
2021-08-24 18:23:32 +05:30
committed by Akshay Joshi
parent 94b40775a1
commit e39838455e
71 changed files with 71 additions and 70 deletions

View File

@@ -21,6 +21,7 @@ Housekeeping
Bug fixes
*********
| `Issue #5849 <https://redmine.postgresql.org/issues/5849>`_ - Ensure that trigger function SQL should have 'create or replace function' instead of 'create function' only.
| `Issue #6531 <https://redmine.postgresql.org/issues/6531>`_ - Fixed the export image issue where relation lines are over the nodes.
| `Issue #6544 <https://redmine.postgresql.org/issues/6544>`_ - Fixed width limitation issue in PSQL tool window.
| `Issue #6564 <https://redmine.postgresql.org/issues/6564>`_ - Fixed an issue where columns with sequences get altered unnecessarily with a schema diff tool.