projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6e1ec
)
Fix comment in psql's describe.c
author
Michael Paquier
<michael@paquier.xyz>
Wed, 11 Sep 2019 06:17:35 +0000
(15:17 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Wed, 11 Sep 2019 06:17:35 +0000
(15:17 +0900)
Procedures are supported since v11 and \dfp can be used since this
version, but it was not mentioned as a supported option in the
description of describeFunctions() which handles \df in psql.
Extracted from a larger patch.
Author: Fabien Coelho
Discussion: https://postgr.es/m/alpine.DEB.2.21.
1908281618520
.28828@lancre
src/bin/psql/describe.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/describe.c
b/src/bin/psql/describe.c
index 774cc764ff8a75a1f55cb53862186e7f96b2900b..d7c0fc0c1e70920eb76532f08a5f5356d5f8cbcd 100644
(file)
--- a/
src/bin/psql/describe.c
+++ b/
src/bin/psql/describe.c
@@
-307,6
+307,7
@@
describeTablespaces(const char *pattern, bool verbose)
*
* a for aggregates
* n for normal
+ * p for procedure
* t for trigger
* w for window
*