diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index fb43c336f8a..a95395ee15f 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -159,23 +159,18 @@ Branch: REL_15_STABLE [5d8ec1b9f] 2023-02-15 20:37:44 +0100 - Fix enabling/disabling of cloned triggers in partitioned tables - (Tom Lane) + Add support for decompiling MERGE + commands (Álvaro Herrera) - ALTER TABLE ... ENABLE/DISABLE TRIGGER USER - skipped cloned triggers, mistaking them for system triggers. - Other variants of ENABLE/DISABLE TRIGGER would - process them, but only after improperly enforcing a superuserness - check. + This was overlooked when MERGE was added, but + it's essential support for MERGE in new-style SQL + functions.