1) Ensure compound triggers should be displayed under Views. Fixes #4638.

2) Ensure Truncate option should be available for Compound Triggers. Fixes #4641.
This commit is contained in:
Akshay Joshi
2019-08-20 09:39:31 +05:30
parent 624f229ce7
commit 0d6f07a035
11 changed files with 259 additions and 12 deletions
+3 -1
View File
@@ -52,4 +52,6 @@ Bug fixes
| `Issue #4582 <https://redmine.postgresql.org/issues/4582>`_ - Fix console error when changing kind(SQL/BATCH) for pgAgent job step.
| `Issue #4585 <https://redmine.postgresql.org/issues/4585>`_ - Fix double click issue to expand the contents of a cell if the resultset was not editable.
| `Issue #4586 <https://redmine.postgresql.org/issues/4586>`_ - Fix generation of reverse engineered SQL for Rules.
| `Issue #4635 <https://redmine.postgresql.org/issues/4635>`_ - Ensure compound triggers for event should be updated properly.
| `Issue #4635 <https://redmine.postgresql.org/issues/4635>`_ - Ensure compound triggers for event should be updated properly.
| `Issue #4638 <https://redmine.postgresql.org/issues/4638>`_ - Ensure compound triggers should be displayed under Views.
| `Issue #4641 <https://redmine.postgresql.org/issues/4641>`_ - Ensure Truncate option should be available for Compound Triggers.