|
|
|
@ -342,9 +342,9 @@ usage(void) |
|
|
|
|
printf(_(" --no-slot prevent creation of temporary replication slot\n")); |
|
|
|
|
printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n" |
|
|
|
|
" relocate tablespace in OLDDIR to NEWDIR\n")); |
|
|
|
|
printf(_(" -X, --xlog-method=none|fetch|stream\n" |
|
|
|
|
printf(_(" -X, --wal-method=none|fetch|stream\n" |
|
|
|
|
" include required WAL files with specified method\n")); |
|
|
|
|
printf(_(" --xlogdir=XLOGDIR location for the transaction log directory\n")); |
|
|
|
|
printf(_(" --waldir=WALDIR location for the transaction log directory\n")); |
|
|
|
|
printf(_(" -z, --gzip compress tar output\n")); |
|
|
|
|
printf(_(" -Z, --compress=0-9 compress tar output with given compression level\n")); |
|
|
|
|
printf(_("\nGeneral options:\n")); |
|
|
|
@ -2065,7 +2065,7 @@ main(int argc, char **argv) |
|
|
|
|
{"write-recovery-conf", no_argument, NULL, 'R'}, |
|
|
|
|
{"slot", required_argument, NULL, 'S'}, |
|
|
|
|
{"tablespace-mapping", required_argument, NULL, 'T'}, |
|
|
|
|
{"xlog-method", required_argument, NULL, 'X'}, |
|
|
|
|
{"wal-method", required_argument, NULL, 'X'}, |
|
|
|
|
{"gzip", no_argument, NULL, 'z'}, |
|
|
|
|
{"compress", required_argument, NULL, 'Z'}, |
|
|
|
|
{"label", required_argument, NULL, 'l'}, |
|
|
|
@ -2080,7 +2080,7 @@ main(int argc, char **argv) |
|
|
|
|
{"status-interval", required_argument, NULL, 's'}, |
|
|
|
|
{"verbose", no_argument, NULL, 'v'}, |
|
|
|
|
{"progress", no_argument, NULL, 'P'}, |
|
|
|
|
{"xlogdir", required_argument, NULL, 1}, |
|
|
|
|
{"waldir", required_argument, NULL, 1}, |
|
|
|
|
{"no-slot", no_argument, NULL, 2}, |
|
|
|
|
{NULL, 0, NULL, 0} |
|
|
|
|
}; |
|
|
|
|