doc: PG 16 relnotes, add psql \df+ source code change
authorBruce Momjian
Thu, 1 Jun 2023 23:59:46 +0000 (19:59 -0400)
committerBruce Momjian
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
 
 
 
+
+
+
+
+Prevent \df+ from showing function source code (Isaac Morland)
+
+
+
+Function bodies are more easily viewed with \ev and \ef.
+
+
+