diff options
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r-- | src/bin/psql/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 3608b725963..84e031dd53e 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -381,7 +381,7 @@ exec_command(const char *cmd, success = listConversions(pattern, show_system); break; case 'C': - success = listCasts(pattern); + success = listCasts(pattern, show_verbose); break; case 'd': if (strncmp(cmd, "ddp", 3) == 0) |