From: Robert Haas Date: Mon, 13 Apr 2020 14:48:23 +0000 (-0400) Subject: Rename pg_validatebackup to pg_verifybackup some more. X-Git-Tag: REL_13_BETA1~256 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a6b017b34783eb7ee4e93f93a52bde2bb017c8c;p=thirdparty%2Fpostgresql.git 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 --- 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 Exit as soon as a problem with the backup is detected. If this option - is not specified, pg_validatebackup will continue + is not specified, pg_verifybackup will continue checking the backup even after a problem has been detected, and will report all problems detected as errors.