From: Bruce Momjian Date: Mon, 11 Sep 2017 23:43:49 +0000 (-0400) Subject: PG 10 release notes: update PL/Tcl functions item X-Git-Tag: REL_11_BETA1~1628 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3126433ae7464ffc25a8317110e79defaa3d8865;p=postgresql PG 10 release notes: update PL/Tcl functions item Update attribution of PL/Tcl functions item from Jim Nasby to Karl Lehenbauer. Reported-by: Jim Nasby Discussion: https://postgr.es/m/ed42f3d6-4251-dabc-747f-1ff936763b2b@nasby.net Backpatch-through: 10 --- diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 7ace37c8b6..2fb13e5d78 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -2046,7 +2046,7 @@ --> Allow PL/Tcl functions to return composite types and sets - (Jim Nasby) + (Karl Lehenbauer)