Fixed an issue where schema diff is not working when providing the options to Foreign Data Wrapper, Foreign Server, and User Mapping. Fixes #5754

This commit is contained in:
Akshay Joshi
2020-08-24 12:11:09 +05:30
parent b53de0c31d
commit 52d0241a17
5 changed files with 30 additions and 8 deletions

View File

@@ -14,8 +14,9 @@ New features
Housekeeping
************
| `Issue #5344 <https://redmine.postgresql.org/issues/5344>`_ - Improve code coverage and API test cases for Grant Wizard.
| `Issue #5344 <https://redmine.postgresql.org/issues/5344>`_ - Improve code coverage and API test cases for Grant Wizard.
Bug fixes
*********
| `Issue #5754 <https://redmine.postgresql.org/issues/5754>`_ - Fixed an issue where schema diff is not working when providing the options to Foreign Data Wrapper, Foreign Server, and User Mapping.