diff options
author | Robert Haas | 2020-04-13 14:48:23 +0000 |
---|---|---|
committer | Robert Haas | 2020-04-13 14:51:40 +0000 |
commit | 7a6b017b34783eb7ee4e93f93a52bde2bb017c8c (patch) | |
tree | 682ec52931f5f2c12628b5c19fbc3d15a0edc55f | |
parent | ef08ca113fe302b9ddf298964756eadcd41e77a1 (diff) |
Rename pg_validatebackup to pg_verifybackup some more.
The previous commit missed an instance.
Noriyoshi Shinoda
Discussion: http://postgr.es/m/TU4PR8401MB115291AE850BA7CF1AEB2F0BEEDD0@TU4PR8401MB1152.NAMPRD84.PROD.OUTLOOK.COM
-rw-r--r-- | doc/src/sgml/ref/pg_verifybackup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_verifybackup.sgml b/doc/src/sgml/ref/pg_verifybackup.sgml index 0ab92b38f7..8341dfda74 100644 --- a/doc/src/sgml/ref/pg_verifybackup.sgml +++ b/doc/src/sgml/ref/pg_verifybackup.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_validatebackup</literal> will continue + is not specified, <literal>pg_verifybackup</literal> will continue checking the backup even after a problem has been detected, and will report all problems detected as errors. </para> |