doc: PG 11 rel notes: add PL/pgSQL composite DDL item
authorBruce Momjian <bruce@momjian.us>
Thu, 24 May 2018 02:06:31 +0000 (22:06 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 24 May 2018 02:06:31 +0000 (22:06 -0400)
Reported-by: Tom Lane
doc/src/sgml/release-11.sgml

index 05fd23fe533a52f700d5ec38912e2fc5cd6587f3..7599c6f7a794ec958737aa68be9f154c9ff0b9f2 100644 (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
 -->