We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1852775 commit 107a8b1Copy full SHA for 107a8b1
bin/pg_repack.c
@@ -700,8 +700,8 @@ pgut_help(bool details)
700
printf("Options:\n");
701
printf(" -a, --all repack all databases\n");
702
printf(" -n, --no-order do vacuum full instead of cluster\n");
703
- printf(" -o, --order-by=columns order by columns instead of cluster keys\n");
+ printf(" -o, --order-by=COLUMNS order by columns instead of cluster keys\n");
704
printf(" -t, --table=TABLE repack specific table only\n");
705
- printf(" -T, --wait-timeout=secs timeout to cancel other backends on conflict\n");
+ printf(" -T, --wait-timeout=SECS timeout to cancel other backends on conflict\n");
706
printf(" -Z, --no-analyze don't analyze at end\n");
707
}
0 commit comments