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. + + +