File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -378,14 +378,14 @@ usage(void)
378
378
printf (_ ("Usage:\n" ));
379
379
printf (_ (" %s [OPTION]...\n" ), progname );
380
380
printf (_ ("\nOptions controlling the output:\n" ));
381
- printf (_ (" -t, --target=TARGET[:DETAIL]\n"
382
- " backup target (if other than client)\n" ));
383
381
printf (_ (" -D, --pgdata=DIRECTORY receive base backup into directory\n" ));
384
382
printf (_ (" -F, --format=p|t output format (plain (default), tar)\n" ));
385
383
printf (_ (" -r, --max-rate=RATE maximum transfer rate to transfer data directory\n"
386
384
" (in kB/s, or use suffix \"k\" or \"M\")\n" ));
387
385
printf (_ (" -R, --write-recovery-conf\n"
388
386
" write configuration for replication\n" ));
387
+ printf (_ (" -t, --target=TARGET[:DETAIL]\n"
388
+ " backup target (if other than client)\n" ));
389
389
printf (_ (" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
390
390
" relocate tablespace in OLDDIR to NEWDIR\n" ));
391
391
printf (_ (" --waldir=WALDIR location for the write-ahead log directory\n" ));
Original file line number Diff line number Diff line change @@ -88,8 +88,6 @@ usage(const char *progname)
88
88
printf (_ ("Options:\n" ));
89
89
printf (_ (" -c, --restore-target-wal use restore_command in target configuration to\n"
90
90
" retrieve WAL files from archives\n" ));
91
- printf (_ (" --config-file=FILENAME use specified main server configuration\n" ));
92
- printf (_ (" file when running target cluster\n" ));
93
91
printf (_ (" -D, --target-pgdata=DIRECTORY existing data directory to modify\n" ));
94
92
printf (_ (" --source-pgdata=DIRECTORY source data directory to synchronize with\n" ));
95
93
printf (_ (" --source-server=CONNSTR source server to synchronize with\n" ));
@@ -99,6 +97,8 @@ usage(const char *progname)
99
97
printf (_ (" -P, --progress write progress messages\n" ));
100
98
printf (_ (" -R, --write-recovery-conf write configuration for replication\n"
101
99
" (requires --source-server)\n" ));
100
+ printf (_ (" --config-file=FILENAME use specified main server configuration\n"
101
+ " file when running target cluster\n" ));
102
102
printf (_ (" --debug write a lot of debug messages\n" ));
103
103
printf (_ (" --no-ensure-shutdown do not automatically fix unclean shutdown\n" ));
104
104
printf (_ (" -V, --version output version information, then exit\n" ));
Original file line number Diff line number Diff line change @@ -921,11 +921,11 @@ usage(void)
921
921
" --log-prefix=PREFIX prefix for transaction time log file\n"
922
922
" (default: \"pgbench_log\")\n"
923
923
" --max-tries=NUM max number of tries to run transaction (default: 1)\n"
924
- " --verbose-errors print messages of all errors\n"
925
924
" --progress-timestamp use Unix epoch timestamps for progress\n"
926
925
" --random-seed=SEED set random seed (\"time\", \"rand\", integer)\n"
927
926
" --sampling-rate=NUM fraction of transactions to log (e.g., 0.01 for 1%%)\n"
928
927
" --show-script=NAME show builtin script code, then exit\n"
928
+ " --verbose-errors print messages of all errors\n"
929
929
"\nCommon options:\n"
930
930
" -d, --debug print debugging output\n"
931
931
" -h, --host=HOSTNAME database server host or socket directory\n"
You can’t perform that action at this time.
0 commit comments