We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50485b3 commit 0c7e6b7Copy full SHA for 0c7e6b7
doc/src/sgml/release-11.sgml
@@ -1982,6 +1982,23 @@ same commits as above
1982
1983
<listitem>
1984
<!--
1985
+2018-02-13 [4b93f5799] Make plpgsql use its DTYPE_REC code paths for composite-
1986
+
1987
+-->
1988
1989
+ <para>
1990
+ Allow PL/pgSQL to handle changes to composite types (e.g. record,
1991
+ row) that happen between the first and later function executions
1992
+ in the same session (Tom Lane)
1993
+ </para>
1994
1995
1996
+ Previously such circumstances generated errors.
1997
1998
+ </listitem>
1999
2000
+ <listitem>
2001
+<!--
2002
2018-03-28 [3f44e3db7] Transforms for jsonb to PL/Python
2003
-->
2004
0 commit comments