Fixed an issue where the user can't debug function with timestamp parameter. Fixes #6986

This commit is contained in:
Pradip Parkale
2021-11-18 12:25:21 +05:30
committed by Akshay Joshi
parent 3d5d507f4b
commit a5b79564ff
2 changed files with 3 additions and 2 deletions

View File

@@ -18,3 +18,4 @@ Bug fixes
*********
| `Issue #6906 <https://redmine.postgresql.org/issues/6906>`_ - Fixed an issue where referenced table drop-down should be disabled in foreign key -> columns after one row is added.
| `Issue #6986 <https://redmine.postgresql.org/issues/6986>`_ - Fixed an issue where the user can't debug function with timestamp parameter.