diff options
author | Robert Haas <rhaas@postgresql.org> | 2020-04-13 10:48:23 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2020-04-13 10:51:40 -0400 |
commit | 7a6b017b34783eb7ee4e93f93a52bde2bb017c8c (patch) | |
tree | 682ec52931f5f2c12628b5c19fbc3d15a0edc55f /doc/src | |
parent | ef08ca113fe302b9ddf298964756eadcd41e77a1 (diff) | |
download | postgresql-7a6b017b34783eb7ee4e93f93a52bde2bb017c8c.tar.gz postgresql-7a6b017b34783eb7ee4e93f93a52bde2bb017c8c.zip |
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
Diffstat (limited to 'doc/src')
-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 0ab92b38f7b..8341dfda741 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> |