From 975bcd9fb076701e55807dcfeba5a55ef06a281c Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Tue, 26 Sep 2023 15:14:55 +0530 Subject: [PATCH] Update release notes. --- docs/en_US/release_notes_7_8.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en_US/release_notes_7_8.rst b/docs/en_US/release_notes_7_8.rst index 45c38be54..968efa934 100644 --- a/docs/en_US/release_notes_7_8.rst +++ b/docs/en_US/release_notes_7_8.rst @@ -20,6 +20,9 @@ Bundled PostgreSQL Utilities New features ************ + | `Issue #640 `_ - Add support for foreign table's new functionality for PG 11 and above. + | `Issue #6373 `_ - Add 'GENERATED ALWAYS AS..' option while creating column constraints for Foreign Table. + Housekeeping ************ @@ -27,3 +30,5 @@ Housekeeping Bug fixes ********* + + | `Issue #6674 `_ - Fix an issue where foreign table column name becomes "none" if the user changes any column data type.