diff --git a/doc/pgprobackup.xml b/doc/pgprobackup.xml
index b0a0f6763..3ac4fdcd3 100644
--- a/doc/pgprobackup.xml
+++ b/doc/pgprobackup.xml
@@ -155,7 +155,7 @@ doc/src/sgml/pgprobackup.sgml
recovery of PostgreSQL database clusters.
It is designed to perform periodic backups of the PostgreSQL
instance that enable you to restore the server in case of a failure.
- pg_probackup supports PostgreSQL 9.5 or higher.
+ pg_probackup supports PostgreSQL 9.5 or higher.
@@ -389,7 +389,7 @@ doc/src/sgml/pgprobackup.sgml
- pg_probackup only supports PostgreSQL 9.5 and higher.
+ pg_probackup only supports PostgreSQL 9.5 and higher.
@@ -410,7 +410,7 @@ doc/src/sgml/pgprobackup.sgml
- For PostgreSQL 9.5, functions
+ For PostgreSQL 9.5, functions
pg_create_restore_point(text) and
pg_switch_xlog() can be executed only if
the backup role is a superuser, so backup of a
@@ -599,7 +599,7 @@ pg_probackup add-instance -B backup_dir -D to the PostgreSQL server:
- For PostgreSQL 9.5:
+ For PostgreSQL 9.5:
BEGIN;
@@ -1711,7 +1711,7 @@ pg_probackup restore -B backup_dir --instance
The speed of restore from backup can be significantly improved
by replacing only invalid and changed pages in already
- existing PostgreSQL data directory using
+ existing PostgreSQL data directory using
incremental
restore options with the
command.
@@ -1874,11 +1874,11 @@ pg_probackup restore -B backup_dir --instance
- Due to recovery specifics of PostgreSQL versions earlier than 12,
+ Due to recovery specifics of PostgreSQL versions earlier than 12,
it is advisable that you set the
hot_standby
parameter to off when running partial
- restore of a PostgreSQL cluster of version earlier than 12.
+ restore of a PostgreSQL cluster of version earlier than 12.
Otherwise the recovery may fail.