From: Tom Lane Date: Sun, 5 May 2024 17:31:09 +0000 (-0400) Subject: Release notes for 16.3, 15.7, 14.12, 13.15, 12.19. X-Git-Tag: REL_16_3~5 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=9fc09cc294ff9fcf961758bf4d020c9899c4af13;p=postgresql.git Release notes for 16.3, 15.7, 14.12, 13.15, 12.19. --- diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 6f4f9eb419f..9f2700ee165 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -325,24 +325,6 @@ Branch: REL_15_STABLE [faba2f8f3] 2024-05-01 12:34:01 +0900 - - Disallow converting a table to a view within an outer SQL command - that is using that table (Tom Lane) - - - - This avoids possible crashes. - - - - -