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 2902320 commit a942042Copy full SHA for a942042
bin/pg_repack.c
@@ -1531,7 +1531,7 @@ pgut_help(bool details)
1531
printf(" -S, --moveidx move repacked indexes to TBLSPC too\n");
1532
printf(" -o, --order-by=COLUMNS order by columns instead of cluster keys\n");
1533
printf(" -n, --no-order do vacuum full instead of cluster\n");
1534
- printf(" -j --jobs Use this many parallel jobs for each table\n");
+ printf(" -j, --jobs=NUM Use this many parallel jobs for each table\n");
1535
printf(" -T, --wait-timeout=SECS timeout to cancel other backends on conflict\n");
1536
printf(" -Z, --no-analyze don't analyze at end\n");
1537
}
0 commit comments