aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_verifybackup.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/pg_verifybackup.sgml')
-rw-r--r--doc/src/sgml/ref/pg_verifybackup.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_verifybackup.sgml b/doc/src/sgml/ref/pg_verifybackup.sgml
index 36335e0a188..a3f167f9f6e 100644
--- a/doc/src/sgml/ref/pg_verifybackup.sgml
+++ b/doc/src/sgml/ref/pg_verifybackup.sgml
@@ -53,9 +53,10 @@ PostgreSQL documentation
Backup verification proceeds in four stages. First,
<literal>pg_verifybackup</literal> reads the
<literal>backup_manifest</literal> file. If that file
- does not exist, cannot be read, is malformed, or fails verification
- against its own internal checksum, <literal>pg_verifybackup</literal>
- will terminate with a fatal error.
+ does not exist, cannot be read, is malformed, fails to match the system
+ identifier with <filename>pg_control</filename> of the backup directory or
+ fails verification against its own internal checksum,
+ <literal>pg_verifybackup</literal> will terminate with a fatal error.
</para>
<para>