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.