projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eb1817
)
doc: PG 16 relnotes, add psql \df+ source code change
author
Bruce Momjian
Thu, 1 Jun 2023 23:59:46 +0000
(19:59 -0400)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-16.sgml
b/doc/src/sgml/release-16.sgml
index af333d7b1e93cb625847c866a2836b06b7ebcf52..d59f7cf46f36320f90948593a5b5610cdc019593 100644
(file)
--- 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.
+
+
+