diff options
author | Fujii Masao <fujii@postgresql.org> | 2020-04-17 18:37:38 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2020-04-17 18:37:38 +0900 |
commit | 4db819ba403901d38c4e4328883412c59061bb58 (patch) | |
tree | 9dd4ec6afb4b305b4c741e94f5553e63a31856b0 /doc/src | |
parent | 198efe774b0d2065d828cf7822376a2871c671fc (diff) | |
download | postgresql-4db819ba403901d38c4e4328883412c59061bb58.tar.gz postgresql-4db819ba403901d38c4e4328883412c59061bb58.zip |
Add index term for backup manifest in documentation.
Author: Fujii Masao
Reviewed-by: Robert Haas
Discussion: https://postgr.es/m/951743d0-fd7e-8e2b-d489-1368a58b7304@oss.nttdata.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/backup-manifest.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/backup-manifest.sgml b/doc/src/sgml/backup-manifest.sgml index 376aff0d6d3..b9634f27067 100644 --- a/doc/src/sgml/backup-manifest.sgml +++ b/doc/src/sgml/backup-manifest.sgml @@ -3,6 +3,10 @@ <chapter id="backup-manifest-format"> <title>Backup Manifest Format</title> + <indexterm> + <primary>Backup Manifest</primary> + </indexterm> + <para> The backup manifest generated by <xref linkend="app-pgbasebackup" /> is primarily intended to permit the backup to be verified using |