We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f4865 commit 88cb60fCopy full SHA for 88cb60f
doc/Readme.md
@@ -2,4 +2,4 @@
2
```
3
xmllint --noout --valid probackup.xml
4
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
5
-```
+```
doc/pgprobackup.xml
@@ -1886,7 +1886,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
1886
</note>
1887
<note>
1888
<para>
1889
- Due to how recovery works in PostgreSQL < 12 it is advisable to
+ Due to how recovery works in PostgreSQL versions lower than 12 it is advisable to
1890
disable <option>hot_standby</option> option, when running partial
1891
restore of PostgreSQL cluster of version less than <option>12</option>.
1892
Otherwise recovery may fail.
0 commit comments