Make ordering of 'Options' printed by pg_reorg --help
alphabetical.
This commit is contained in:
parent
bc20ace32b
commit
59db5d4630
@ -696,9 +696,9 @@ pgut_help(bool details)
|
|||||||
|
|
||||||
printf("Options:\n");
|
printf("Options:\n");
|
||||||
printf(" -a, --all reorg all databases\n");
|
printf(" -a, --all reorg all databases\n");
|
||||||
printf(" -t, --table=TABLE reorg specific table only\n");
|
|
||||||
printf(" -n, --no-order do vacuum full instead of cluster\n");
|
printf(" -n, --no-order do vacuum full instead of cluster\n");
|
||||||
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");
|
||||||
|
printf(" -t, --table=TABLE reorg specific table only\n");
|
||||||
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");
|
||||||
printf(" -Z, --no-analyze don't analyze at end\n");
|
printf(" -Z, --no-analyze don't analyze at end\n");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user