Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3e9f70f

Browse files
committed
Add missing index terms for replication commands in the document.
Previously only CREATE_REPLICATION_SLOT was exposed as an index term. That's odd and there is no reason not to add index terms for other replication commands. Back-patch to 9.4.
1 parent f66faad commit 3e9f70f

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

doc/src/sgml/protocol.sgml

+19-7
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,9 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
13271327
The commands accepted in walsender mode are:
13281328
<variablelist>
13291329
<varlistentry>
1330-
<term>IDENTIFY_SYSTEM</term>
1330+
<term>IDENTIFY_SYSTEM
1331+
<indexterm><primary>IDENTIFY_SYSTEM</primary></indexterm>
1332+
</term>
13311333
<listitem>
13321334
<para>
13331335
Requests the server to identify itself. Server replies with a result
@@ -1390,7 +1392,9 @@ The commands accepted in walsender mode are:
13901392
</varlistentry>
13911393

13921394
<varlistentry>
1393-
<term>TIMELINE_HISTORY <replaceable class="parameter">tli</replaceable></term>
1395+
<term>TIMELINE_HISTORY <replaceable class="parameter">tli</replaceable>
1396+
<indexterm><primary>TIMELINE_HISTORY</primary></indexterm>
1397+
</term>
13941398
<listitem>
13951399
<para>
13961400
Requests the server to send over the timeline history file for timeline
@@ -1406,7 +1410,7 @@ The commands accepted in walsender mode are:
14061410
</term>
14071411
<listitem>
14081412
<para>
1409-
Filename of the timeline history file, e.g 00000002.history.
1413+
Filename of the timeline history file, e.g <filename>00000002.history</>.
14101414
</para>
14111415
</listitem>
14121416
</varlistentry>
@@ -1428,7 +1432,9 @@ The commands accepted in walsender mode are:
14281432
</varlistentry>
14291433

14301434
<varlistentry>
1431-
<term>CREATE_REPLICATION_SLOT <replaceable class="parameter">slot_name</> { <literal>PHYSICAL</> | <literal>LOGICAL</> <replaceable class="parameter">output_plugin</> } <indexterm><primary>CREATE_REPLICATION_SLOT</primary></indexterm></term>
1435+
<term>CREATE_REPLICATION_SLOT <replaceable class="parameter">slot_name</> { <literal>PHYSICAL</> | <literal>LOGICAL</> <replaceable class="parameter">output_plugin</> }
1436+
<indexterm><primary>CREATE_REPLICATION_SLOT</primary></indexterm>
1437+
</term>
14321438
<listitem>
14331439
<para>
14341440
Create a physical or logical replication
@@ -1460,7 +1466,9 @@ The commands accepted in walsender mode are:
14601466
</varlistentry>
14611467

14621468
<varlistentry>
1463-
<term>START_REPLICATION [<literal>SLOT</literal> <replaceable class="parameter">slot_name</>] [<literal>PHYSICAL</literal>] <replaceable class="parameter">XXX/XXX</> [<literal>TIMELINE</literal> <replaceable class="parameter">tli</>]</term>
1469+
<term>START_REPLICATION [<literal>SLOT</literal> <replaceable class="parameter">slot_name</>] [<literal>PHYSICAL</literal>] <replaceable class="parameter">XXX/XXX</> [<literal>TIMELINE</literal> <replaceable class="parameter">tli</>]
1470+
<indexterm><primary>START_REPLICATION</primary></indexterm>
1471+
</term>
14641472
<listitem>
14651473
<para>
14661474
Instructs server to start streaming WAL, starting at
@@ -1850,7 +1858,9 @@ The commands accepted in walsender mode are:
18501858
</varlistentry>
18511859

18521860
<varlistentry>
1853-
<term>DROP_REPLICATION_SLOT <replaceable class="parameter">slot_name</></term>
1861+
<term>DROP_REPLICATION_SLOT <replaceable class="parameter">slot_name</>
1862+
<indexterm><primary>DROP_REPLICATION_SLOT</primary></indexterm>
1863+
</term>
18541864
<listitem>
18551865
<para>
18561866
Drops a replication slot, freeing any reserved server-side resources. If
@@ -1870,7 +1880,9 @@ The commands accepted in walsender mode are:
18701880
</varlistentry>
18711881

18721882
<varlistentry>
1873-
<term>BASE_BACKUP [<literal>LABEL</literal> <replaceable>'label'</replaceable>] [<literal>PROGRESS</literal>] [<literal>FAST</literal>] [<literal>WAL</literal>] [<literal>NOWAIT</literal>] [<literal>MAX_RATE</literal> <replaceable>rate</replaceable>]</term>
1883+
<term>BASE_BACKUP [<literal>LABEL</literal> <replaceable>'label'</replaceable>] [<literal>PROGRESS</literal>] [<literal>FAST</literal>] [<literal>WAL</literal>] [<literal>NOWAIT</literal>] [<literal>MAX_RATE</literal> <replaceable>rate</replaceable>]
1884+
<indexterm><primary>BASE_BACKUP</primary></indexterm>
1885+
</term>
18741886
<listitem>
18751887
<para>
18761888
Instructs the server to start streaming a base backup.

0 commit comments

Comments
 (0)