diff options
author | Fujii Masao <fujii@postgresql.org> | 2020-04-09 22:38:24 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2020-04-09 22:38:24 +0900 |
commit | c4f82a779d2676bfca1694a6f9b5499e6cc5f60f (patch) | |
tree | d53ed1c073e4d63f201bb58b1fe57e63d338184c | |
parent | 1ec50a81ec0acd452c7520de19e607a6de8fba5e (diff) | |
download | postgresql-c4f82a779d2676bfca1694a6f9b5499e6cc5f60f.tar.gz postgresql-c4f82a779d2676bfca1694a6f9b5499e6cc5f60f.zip |
Fix typo in pg_validatebackup documentation.
Author: Fujii Masao
Reviewed-by: Robert Haas
Discussion: https://postgr.es/m/78f76a3d-1a28-a97d-0394-5c96985dd1c0@oss.nttdata.com
-rw-r--r-- | doc/src/sgml/ref/pg_validatebackup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_validatebackup.sgml b/doc/src/sgml/ref/pg_validatebackup.sgml index 19888dc1966..20d445efb8d 100644 --- a/doc/src/sgml/ref/pg_validatebackup.sgml +++ b/doc/src/sgml/ref/pg_validatebackup.sgml @@ -132,7 +132,7 @@ PostgreSQL documentation <listitem> <para> Exit as soon as a problem with the backup is detected. If this option - is not specified, <literal>pg_basebackup</literal> will continue + is not specified, <literal>pg_validatebackup</literal> will continue checking the backup even after a problem has been detected, and will report all problems detected as errors. </para> |