mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 00:02:53 -04:00
Show the default checkpoint method in the pg_basebackup help message
Author: Michael Banck Reviewed-By: Aleksander Alekseev, Michael Paquier, Peter Eisentraut Discussion: https://postgr.es/m/6530f954.170a0220.5637c.9209@mx.google.com
This commit is contained in:
parent
9886744a36
commit
cd02b35a46
@ -415,7 +415,7 @@ usage(void)
|
|||||||
printf(_(" -Z, --compress=none do not compress tar output\n"));
|
printf(_(" -Z, --compress=none do not compress tar output\n"));
|
||||||
printf(_("\nGeneral options:\n"));
|
printf(_("\nGeneral options:\n"));
|
||||||
printf(_(" -c, --checkpoint=fast|spread\n"
|
printf(_(" -c, --checkpoint=fast|spread\n"
|
||||||
" set fast or spread checkpointing\n"));
|
" set fast or spread (default) checkpointing\n"));
|
||||||
printf(_(" -C, --create-slot create replication slot\n"));
|
printf(_(" -C, --create-slot create replication slot\n"));
|
||||||
printf(_(" -l, --label=LABEL set backup label\n"));
|
printf(_(" -l, --label=LABEL set backup label\n"));
|
||||||
printf(_(" -n, --no-clean do not clean up after errors\n"));
|
printf(_(" -n, --no-clean do not clean up after errors\n"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user