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.
pg_reorg --help
1 parent bc20ace commit 59db5d4Copy full SHA for 59db5d4
bin/pg_reorg.c
@@ -696,9 +696,9 @@ pgut_help(bool details)
696
697
printf("Options:\n");
698
printf(" -a, --all reorg all databases\n");
699
- printf(" -t, --table=TABLE reorg specific table only\n");
700
printf(" -n, --no-order do vacuum full instead of cluster\n");
701
printf(" -o, --order-by=columns order by columns instead of cluster keys\n");
+ printf(" -t, --table=TABLE reorg specific table only\n");
702
printf(" -T, --wait-timeout=secs timeout to cancel other backends on conflict\n");
703
printf(" -Z, --no-analyze don't analyze at end\n");
704
}
0 commit comments