Rename pg_validatebackup to pg_verifybackup some more.
authorRobert Haas <rhaas@postgresql.org>
Mon, 13 Apr 2020 14:48:23 +0000 (10:48 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 13 Apr 2020 14:51:40 +0000 (10:51 -0400)
The previous commit missed an instance.

Noriyoshi Shinoda

Discussion: http://postgr.es/m/TU4PR8401MB115291AE850BA7CF1AEB2F0BEEDD0@TU4PR8401MB1152.NAMPRD84.PROD.OUTLOOK.COM

doc/src/sgml/ref/pg_verifybackup.sgml

index 0ab92b38f7bd096c0cf5ddfef99a9c7d33f31c3c..8341dfda741d86b9153d460ce94cbbc2e58ccd49 100644 (file)
@@ -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>