@@ -1327,7 +1327,9 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
1327
1327
The commands accepted in walsender mode are:
1328
1328
<variablelist>
1329
1329
<varlistentry>
1330
- <term>IDENTIFY_SYSTEM</term>
1330
+ <term>IDENTIFY_SYSTEM
1331
+ <indexterm><primary>IDENTIFY_SYSTEM</primary></indexterm>
1332
+ </term>
1331
1333
<listitem>
1332
1334
<para>
1333
1335
Requests the server to identify itself. Server replies with a result
@@ -1390,7 +1392,9 @@ The commands accepted in walsender mode are:
1390
1392
</varlistentry>
1391
1393
1392
1394
<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>
1394
1398
<listitem>
1395
1399
<para>
1396
1400
Requests the server to send over the timeline history file for timeline
@@ -1406,7 +1410,7 @@ The commands accepted in walsender mode are:
1406
1410
</term>
1407
1411
<listitem>
1408
1412
<para>
1409
- Filename of the timeline history file, e.g 00000002.history.
1413
+ Filename of the timeline history file, e.g <filename> 00000002.history</> .
1410
1414
</para>
1411
1415
</listitem>
1412
1416
</varlistentry>
@@ -1428,7 +1432,9 @@ The commands accepted in walsender mode are:
1428
1432
</varlistentry>
1429
1433
1430
1434
<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>
1432
1438
<listitem>
1433
1439
<para>
1434
1440
Create a physical or logical replication
@@ -1460,7 +1466,9 @@ The commands accepted in walsender mode are:
1460
1466
</varlistentry>
1461
1467
1462
1468
<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>
1464
1472
<listitem>
1465
1473
<para>
1466
1474
Instructs server to start streaming WAL, starting at
@@ -1850,7 +1858,9 @@ The commands accepted in walsender mode are:
1850
1858
</varlistentry>
1851
1859
1852
1860
<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>
1854
1864
<listitem>
1855
1865
<para>
1856
1866
Drops a replication slot, freeing any reserved server-side resources. If
@@ -1870,7 +1880,9 @@ The commands accepted in walsender mode are:
1870
1880
</varlistentry>
1871
1881
1872
1882
<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>
1874
1886
<listitem>
1875
1887
<para>
1876
1888
Instructs the server to start streaming a base backup.
0 commit comments