projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50485b3
)
doc: PG 11 rel notes: add PL/pgSQL composite DDL item
author
Bruce Momjian
<bruce@momjian.us>
Thu, 24 May 2018 02:06:31 +0000
(22:06 -0400)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-11.sgml
b/doc/src/sgml/release-11.sgml
index 05fd23fe533a52f700d5ec38912e2fc5cd6587f3..7599c6f7a794ec958737aa68be9f154c9ff0b9f2 100644
(file)
--- a/
doc/src/sgml/release-11.sgml
+++ b/
doc/src/sgml/release-11.sgml
@@
-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
-->