@@ -143,7 +143,7 @@ doc/src/sgml/pgprobackup.sgml
143
143
<arg choice =" plain" ><option >--wal-file-name</option > <replaceable >wal_file_name</replaceable ></arg >
144
144
<arg rep =" repeat" ><replaceable >option</replaceable ></arg >
145
145
</cmdsynopsis >
146
- <cmdsynopsis condition = " 12+ " >
146
+ <cmdsynopsis >
147
147
<command >pg_probackup</command >
148
148
<arg choice =" plain" ><option >catchup</option ></arg >
149
149
<arg choice =" plain" ><option >-b</option > <replaceable >catchup_mode</replaceable ></arg >
@@ -291,7 +291,7 @@ doc/src/sgml/pgprobackup.sgml
291
291
Partial restore: restoring only the specified databases.
292
292
</para >
293
293
</listitem >
294
- <listitem condition = " 12+ " >
294
+ <listitem >
295
295
<para >
296
296
Catchup: cloning a <productname >PostgreSQL</productname > instance for a fallen-behind standby server to <quote >catch up</quote > with master.
297
297
</para >
@@ -1089,7 +1089,7 @@ GRANT SELECT ON TABLE pg_catalog.pg_database TO backup;
1089
1089
mode: <xref linkend =" pbk-add-instance" />,
1090
1090
<xref linkend =" pbk-backup" />,
1091
1091
<xref linkend =" pbk-restore" />,
1092
- <phrase condition = " 12+ " >< xref linkend =" pbk-catchup" />,</ phrase >
1092
+ <xref linkend =" pbk-catchup" />,
1093
1093
<xref linkend =" pbk-archive-push" />, and
1094
1094
<xref linkend =" pbk-archive-get" />.
1095
1095
</para >
@@ -2089,7 +2089,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
2089
2089
<xref linkend =" pbk-restore" />,
2090
2090
<xref linkend =" pbk-merge" />,
2091
2091
<xref linkend =" pbk-delete" />,
2092
- <phrase condition = " 12+ " >< xref linkend =" pbk-catchup" />,</ phrase >
2092
+ <xref linkend =" pbk-catchup" />,
2093
2093
<xref linkend =" pbk-checkdb" /> and
2094
2094
<xref linkend =" pbk-validate" /> processes can be
2095
2095
executed on several parallel threads. This can significantly
@@ -3408,7 +3408,7 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
3408
3408
3409
3409
</refsect2 >
3410
3410
3411
- <refsect2 id =" pbk-creating-backup-to-catchup" condition = " 12+ " >
3411
+ <refsect2 id =" pbk-creating-backup-to-catchup" >
3412
3412
<title >Cloning and Synchronizing <productname >PostgreSQL</productname > Instance</title >
3413
3413
<para >
3414
3414
<application >pg_probackup</application > can create a copy of a <productname >PostgreSQL</productname >
@@ -4449,7 +4449,7 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
4449
4449
</para >
4450
4450
</refsect3 >
4451
4451
4452
- <refsect3 id =" pbk-catchup" xreflabel =" catchup" condition = " 12+ " >
4452
+ <refsect3 id =" pbk-catchup" xreflabel =" catchup" >
4453
4453
<title >catchup</title >
4454
4454
<programlisting >
4455
4455
pg_probackup catchup -b <replaceable >catchup_mode</replaceable >
@@ -5188,7 +5188,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
5188
5188
<para >
5189
5189
You can use these options together with
5190
5190
<xref linkend =" pbk-backup" />
5191
- < phrase condition = " 12+ " > , <xref linkend =" pbk-catchup" />,</ phrase > and
5191
+ , <xref linkend =" pbk-catchup" />, and
5192
5192
<xref linkend =" pbk-checkdb" /> commands.
5193
5193
</para >
5194
5194
<para >
@@ -5479,7 +5479,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
5479
5479
used with <xref linkend =" pbk-add-instance" />,
5480
5480
<xref linkend =" pbk-set-config" />,
5481
5481
<xref linkend =" pbk-backup" />,
5482
- <phrase condition = " 12+ " >< xref linkend =" pbk-catchup" />,</ phrase >
5482
+ <xref linkend =" pbk-catchup" />,
5483
5483
<xref linkend =" pbk-restore" />,
5484
5484
<xref linkend =" pbk-archive-push" />, and
5485
5485
<xref linkend =" pbk-archive-get" /> commands.
0 commit comments