Skip to content

Commit 8a0deae

Browse files
committed
Fix comment in psql's describe.c
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
1 parent 9d6e1ec commit 8a0deae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/psql/describe.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ describeTablespaces(const char *pattern, bool verbose)
307307
*
308308
* a for aggregates
309309
* n for normal
310+
* p for procedure
310311
* t for trigger
311312
* w for window
312313
*

0 commit comments

Comments
 (0)