Skip to content

Commit 83c0cbb

Browse files
committed
[DOC] [skip travis] Removed version tags 12+ from documentation
1 parent c00ffe2 commit 83c0cbb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/pgprobackup.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ doc/src/sgml/pgprobackup.sgml
143143
<arg choice="plain"><option>--wal-file-name</option> <replaceable>wal_file_name</replaceable></arg>
144144
<arg rep="repeat"><replaceable>option</replaceable></arg>
145145
</cmdsynopsis>
146-
<cmdsynopsis condition="12+">
146+
<cmdsynopsis>
147147
<command>pg_probackup</command>
148148
<arg choice="plain"><option>catchup</option></arg>
149149
<arg choice="plain"><option>-b</option> <replaceable>catchup_mode</replaceable></arg>
@@ -291,7 +291,7 @@ doc/src/sgml/pgprobackup.sgml
291291
Partial restore: restoring only the specified databases.
292292
</para>
293293
</listitem>
294-
<listitem condition="12+">
294+
<listitem>
295295
<para>
296296
Catchup: cloning a <productname>PostgreSQL</productname> instance for a fallen-behind standby server to <quote>catch up</quote> with master.
297297
</para>
@@ -1089,7 +1089,7 @@ GRANT SELECT ON TABLE pg_catalog.pg_database TO backup;
10891089
mode: <xref linkend="pbk-add-instance"/>,
10901090
<xref linkend="pbk-backup"/>,
10911091
<xref linkend="pbk-restore"/>,
1092-
<phrase condition="12+"><xref linkend="pbk-catchup"/>,</phrase>
1092+
<xref linkend="pbk-catchup"/>,
10931093
<xref linkend="pbk-archive-push"/>, and
10941094
<xref linkend="pbk-archive-get"/>.
10951095
</para>
@@ -2089,7 +2089,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
20892089
<xref linkend="pbk-restore"/>,
20902090
<xref linkend="pbk-merge"/>,
20912091
<xref linkend="pbk-delete"/>,
2092-
<phrase condition="12+"><xref linkend="pbk-catchup"/>,</phrase>
2092+
<xref linkend="pbk-catchup"/>,
20932093
<xref linkend="pbk-checkdb"/> and
20942094
<xref linkend="pbk-validate"/> processes can be
20952095
executed on several parallel threads. This can significantly
@@ -3408,7 +3408,7 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
34083408

34093409
</refsect2>
34103410

3411-
<refsect2 id="pbk-creating-backup-to-catchup" condition="12+">
3411+
<refsect2 id="pbk-creating-backup-to-catchup">
34123412
<title>Cloning and Synchronizing <productname>PostgreSQL</productname> Instance</title>
34133413
<para>
34143414
<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
44494449
</para>
44504450
</refsect3>
44514451

4452-
<refsect3 id="pbk-catchup" xreflabel="catchup" condition="12+">
4452+
<refsect3 id="pbk-catchup" xreflabel="catchup">
44534453
<title>catchup</title>
44544454
<programlisting>
44554455
pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
@@ -5188,7 +5188,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
51885188
<para>
51895189
You can use these options together with
51905190
<xref linkend="pbk-backup"/>
5191-
<phrase condition="12+">, <xref linkend="pbk-catchup"/>,</phrase> and
5191+
, <xref linkend="pbk-catchup"/>, and
51925192
<xref linkend="pbk-checkdb"/> commands.
51935193
</para>
51945194
<para>
@@ -5479,7 +5479,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
54795479
used with <xref linkend="pbk-add-instance"/>,
54805480
<xref linkend="pbk-set-config"/>,
54815481
<xref linkend="pbk-backup"/>,
5482-
<phrase condition="12+"><xref linkend="pbk-catchup"/>,</phrase>
5482+
<xref linkend="pbk-catchup"/>,
54835483
<xref linkend="pbk-restore"/>,
54845484
<xref linkend="pbk-archive-push"/>, and
54855485
<xref linkend="pbk-archive-get"/> commands.

0 commit comments

Comments
 (0)