doc: PG 11 rel notes: add PL/pgSQL composite DDL item

Reported-by: Tom Lane
This commit is contained in:
Bruce Momjian 2018-05-23 22:06:31 -04:00
parent 50485b3e20
commit 0c7e6b791a
1 changed files with 17 additions and 0 deletions

View File

@ -1982,6 +1982,23 @@ same commits as above
<listitem>
<!--
2018-02-13 [4b93f5799] Make plpgsql use its DTYPE_REC code paths for composite-
-->
<para>
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)
</para>
<para>
Previously such circumstances generated errors.
</para>
</listitem>
<listitem>
<!--
2018-03-28 [3f44e3db7] Transforms for jsonb to PL/Python
-->