Fixed an issue where an illegal argument is showing for trigger SQL when a trigger is created for View. Fixes #6003

This commit is contained in:
Yogesh Mahajan
2020-12-02 10:55:23 +05:30
committed by Akshay Joshi
parent 64e6570f00
commit 26b3bc3f74
2 changed files with 7 additions and 3 deletions

View File

@@ -29,3 +29,4 @@ Bug fixes
| `Issue #5991 <https://redmine.postgresql.org/issues/5991>`_ - Ensure that dirty indicator (*) should not be visible when renaming the tabs.
| `Issue #5992 <https://redmine.postgresql.org/issues/5992>`_ - Fixed an issue where escape character is shown when the server/database name has some special characters.
| `Issue #5998 <https://redmine.postgresql.org/issues/5998>`_ - Fixed an issue where schema diff doesn't show the result of compare if source schema has tables with RLS.
| `Issue #6003 <https://redmine.postgresql.org/issues/6003>`_ - Fixed an issue where an illegal argument is showing for trigger SQL when a trigger is created for View.