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:
@ -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);
|
||||
|
Reference in New Issue
Block a user