doc: PG 16 relnotes, add psql \df+ source code change
authorBruce Momjian <[email protected]>
Thu, 1 Jun 2023 23:59:46 +0000 (19:59 -0400)
committerBruce Momjian <[email protected]>
Thu, 1 Jun 2023 23:59:46 +0000 (19:59 -0400)
Reported-by: [email protected]
Discussion: https://postgr.es/m/17957-e1db8b1c15af444a@postgresql.org

doc/src/sgml/release-16.sgml

index af333d7b1e93cb625847c866a2836b06b7ebcf52..d59f7cf46f36320f90948593a5b5610cdc019593 100644 (file)
@@ -2163,6 +2163,21 @@ Add "FOREIGN" designation to psql \d+ for foreign table children and partitions
 </para>
 </listitem>
 
+<!--
+Author: Tom Lane <[email protected]>
+2023-03-02 [3dfae91f7] Show "internal name" not "source code" in psql's \df+ co
+-->
+
+<listitem>
+<para>
+Prevent \df+ from showing function source code (Isaac Morland)
+</para>
+
+<para>
+Function bodies are more easily viewed with \ev and \ef.
+</para>
+</listitem>
+
 <!--
 Author: Peter Eisentraut <[email protected]>
 2022-11-15 [5b66de343] psql: Add command to use extended query protocol