mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03: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:
@ -415,7 +415,7 @@ usage(void)
|
||||
printf(_(" -Z, --compress=none do not compress tar output\n"));
|
||||
printf(_("\nGeneral options:\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(_(" -l, --label=LABEL set backup label\n"));
|
||||
printf(_(" -n, --no-clean do not clean up after errors\n"));
|
||||
|
Reference in New Issue
Block a user