1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

psql: Add option for procedures to \df

This commit is contained in:
Peter Eisentraut
2018-07-14 12:17:49 +02:00
parent 9ebe0572ce
commit fb421231da
6 changed files with 76 additions and 20 deletions

View File

@ -754,6 +754,7 @@ exec_command_d(PsqlScanState scan_state, bool active_branch, const char *cmd)
case 'S':
case 'a':
case 'n':
case 'p':
case 't':
case 'w':
success = describeFunctions(&cmd[2], pattern, show_verbose, show_system);