From 0445bc6e09eead80d38f59204d0584d573f44616 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Tue, 23 Jun 2020 00:16:08 +0300 Subject: [PATCH] documentation minor fix --- doc/pgprobackup.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/pgprobackup.xml b/doc/pgprobackup.xml index 9d3417c2..26211b30 100644 --- a/doc/pgprobackup.xml +++ b/doc/pgprobackup.xml @@ -1753,7 +1753,7 @@ pg_probackup restore -B backup_dir --instance data checksums parameter must be enabled in data directory (to avoid corruption @@ -1762,9 +1762,9 @@ pg_probackup restore -B backup_dir --instance pg_control file must be synched with state of data directory. This condition cannot checked at the start of restore, so it is a user responsibility to ensure - that pg_control contain valid information. Therefore it is not - recommended to use LSN mode in any situation, where pg_control has - been tampered with: + that pg_control contain valid information. + Therefore it is not recommended to use LSN mode in any situation, + where pg_control cannot be trusted or has been tampered with: after pg_resetxlog execution, after restore from backup without recovery been run, etc. @@ -1797,9 +1797,9 @@ pg_probackup restore -B backup_dir --instance