Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit83c0cbb

Browse files
committed
[DOC] [skip travis] Removed version tags 12+ from documentation
1 parentc00ffe2 commit83c0cbb

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
<argchoice="plain"><option>--wal-file-name</option> <replaceable>wal_file_name</replaceable></arg>
144144
<argrep="repeat"><replaceable>option</replaceable></arg>
145145
</cmdsynopsis>
146-
<cmdsynopsiscondition="12+">
146+
<cmdsynopsis>
147147
<command>pg_probackup</command>
148148
<argchoice="plain"><option>catchup</option></arg>
149149
<argchoice="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-
<listitemcondition="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: <xreflinkend="pbk-add-instance"/>,
10901090
<xreflinkend="pbk-backup"/>,
10911091
<xreflinkend="pbk-restore"/>,
1092-
<phrasecondition="12+"><xreflinkend="pbk-catchup"/>,</phrase>
1092+
<xreflinkend="pbk-catchup"/>,
10931093
<xreflinkend="pbk-archive-push"/>, and
10941094
<xreflinkend="pbk-archive-get"/>.
10951095
</para>
@@ -2089,7 +2089,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
20892089
<xreflinkend="pbk-restore"/>,
20902090
<xreflinkend="pbk-merge"/>,
20912091
<xreflinkend="pbk-delete"/>,
2092-
<phrasecondition="12+"><xreflinkend="pbk-catchup"/>,</phrase>
2092+
<xreflinkend="pbk-catchup"/>,
20932093
<xreflinkend="pbk-checkdb"/> and
20942094
<xreflinkend="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-
<refsect2id="pbk-creating-backup-to-catchup"condition="12+">
3411+
<refsect2id="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-
<refsect3id="pbk-catchup"xreflabel="catchup"condition="12+">
4452+
<refsect3id="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
<xreflinkend="pbk-backup"/>
5191-
<phrasecondition="12+">, <xreflinkend="pbk-catchup"/>,</phrase> and
5191+
, <xreflinkend="pbk-catchup"/>, and
51925192
<xreflinkend="pbk-checkdb"/> commands.
51935193
</para>
51945194
<para>
@@ -5479,7 +5479,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
54795479
used with <xreflinkend="pbk-add-instance"/>,
54805480
<xreflinkend="pbk-set-config"/>,
54815481
<xreflinkend="pbk-backup"/>,
5482-
<phrasecondition="12+"><xreflinkend="pbk-catchup"/>,</phrase>
5482+
<xreflinkend="pbk-catchup"/>,
54835483
<xreflinkend="pbk-restore"/>,
54845484
<xreflinkend="pbk-archive-push"/>, and
54855485
<xreflinkend="pbk-archive-get"/> commands.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp