Skip to content

Commit 47b7051

Browse files
committed
doc: PG 16 relnotes, add psql \df+ source code change
Reported-by: bzm@2bz.de Discussion: https://postgr.es/m/17957-e1db8b1c15af444a@postgresql.org
1 parent 9eb1817 commit 47b7051

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/src/sgml/release-16.sgml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,6 +2163,21 @@ Add "FOREIGN" designation to psql \d+ for foreign table children and partitions
21632163
</para>
21642164
</listitem>
21652165

2166+
<!--
2167+
Author: Tom Lane <tgl@sss.pgh.pa.us>
2168+
2023-03-02 [3dfae91f7] Show "internal name" not "source code" in psql's \df+ co
2169+
-->
2170+
2171+
<listitem>
2172+
<para>
2173+
Prevent \df+ from showing function source code (Isaac Morland)
2174+
</para>
2175+
2176+
<para>
2177+
Function bodies are more easily viewed with \ev and \ef.
2178+
</para>
2179+
</listitem>
2180+
21662181
<!--
21672182
Author: Peter Eisentraut <peter@eisentraut.org>
21682183
2022-11-15 [5b66de343] psql: Add command to use extended query protocol

0 commit comments

Comments
 (0)