From: Bruce Momjian Date: Thu, 24 May 2018 02:06:31 +0000 (-0400) Subject: doc: PG 11 rel notes: add PL/pgSQL composite DDL item X-Git-Tag: REL_11_BETA2~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c7e6b791a316431fb206a9ae2184377c4296995;p=thirdparty%2Fpostgresql.git doc: PG 11 rel notes: add PL/pgSQL composite DDL item Reported-by: Tom Lane --- diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 05fd23fe533..7599c6f7a79 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -1982,6 +1982,23 @@ same commits as above + + + Allow PL/pgSQL to handle changes to composite types (e.g. record, + row) that happen between the first and later function executions + in the same session (Tom Lane) + + + + Previously such circumstances generated errors. + + + + +