From: Bruce Momjian Date: Thu, 1 Jun 2023 23:59:46 +0000 (-0400) Subject: doc: PG 16 relnotes, add psql \df+ source code change X-Git-Tag: REL_16_BETA2~90 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=47b7051bc82f11f19df43544045c93549783e962;p=postgresql.git doc: PG 16 relnotes, add psql \df+ source code change Reported-by: bzm@2bz.de Discussion: https://postgr.es/m/17957-e1db8b1c15af444a@postgresql.org --- diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index af333d7b1e9..d59f7cf46f3 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -2163,6 +2163,21 @@ Add "FOREIGN" designation to psql \d+ for foreign table children and partitions + + + + +Prevent \df+ from showing function source code (Isaac Morland) + + + +Function bodies are more easily viewed with \ev and \ef. + + +