8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb1817 commit 47b7051Copy full SHA for 47b7051
doc/src/sgml/release-16.sgml
@@ -2163,6 +2163,21 @@ Add "FOREIGN" designation to psql \d+ for foreign table children and partitions
2163
</para>
2164
</listitem>
2165
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
2177
+Function bodies are more easily viewed with \ev and \ef.
2178
2179
+</listitem>
2180
2181
<!--
2182
Author: Peter Eisentraut <peter@eisentraut.org>
2183
2022-11-15 [5b66de343] psql: Add command to use extended query protocol
0 commit comments