Fix typo in pg_validatebackup documentation.
authorFujii Masao
Thu, 9 Apr 2020 13:38:24 +0000 (22:38 +0900)
committerFujii Masao
Thu, 9 Apr 2020 13:38:24 +0000 (22:38 +0900)
Author: Fujii Masao
Reviewed-by: Robert Haas
Discussion: https://postgr.es/m/78f76a3d-1a28-a97d-0394-5c96985dd1c0@oss.nttdata.com

doc/src/sgml/ref/pg_validatebackup.sgml

index 19888dc1966375b5b31d3fa20d6d63085606e4b2..20d445efb8d8e4a52fb7ab0e6cb0679379943ace 100644 (file)
@@ -132,7 +132,7 @@ PostgreSQL documentation
       
        
         Exit as soon as a problem with the backup is detected. If this option
-        is not specified, pg_basebackup will continue
+        is not specified, pg_validatebackup will continue
         checking the backup even after a problem has been detected, and will
         report all problems detected as errors.