Skip to content

Commit 88cb60f

Browse files
committed
DOC: minor fix
1 parent c7f4865 commit 88cb60f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
```
33
xmllint --noout --valid probackup.xml
44
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
5-
```
5+
```

doc/pgprobackup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
18861886
</note>
18871887
<note>
18881888
<para>
1889-
Due to how recovery works in PostgreSQL < 12 it is advisable to
1889+
Due to how recovery works in PostgreSQL versions lower than 12 it is advisable to
18901890
disable <option>hot_standby</option> option, when running partial
18911891
restore of PostgreSQL cluster of version less than <option>12</option>.
18921892
Otherwise recovery may fail.

0 commit comments

Comments
 (0)