mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
doc: Fix typos in protocol.sgml
Author: Ekaterina Kiryanova Discussion: https://postgr.es/m/745414e7-efb2-a6ae-5b83-fcbdf35aabc8@postgrespro.ru Backpatch-through: 15
This commit is contained in:
parent
6b24d3f9cc
commit
a69959fab2
@ -2744,9 +2744,9 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
|
|||||||
be used in conjunction with the <literal>COMPRESSION</literal>
|
be used in conjunction with the <literal>COMPRESSION</literal>
|
||||||
option. If the value is an integer, it specifies the compression
|
option. If the value is an integer, it specifies the compression
|
||||||
level. Otherwise, it should be a comma-separated list of items,
|
level. Otherwise, it should be a comma-separated list of items,
|
||||||
each of the form <literal>keyword</literal> or
|
each of the form <replaceable>keyword</replaceable> or
|
||||||
<literal>keyword=value</literal>. Currently, the supported keywords
|
<replaceable>keyword=value</replaceable>. Currently, the supported
|
||||||
are <literal>level</literal> and <literal>workers</literal>.
|
keywords are <literal>level</literal> and <literal>workers</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -2904,7 +2904,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Byte1('n')</term>
|
<term>Byte1('n')</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Identifes the messaage as indicating the start of a new archive.
|
Identifies the message as indicating the start of a new archive.
|
||||||
There will be one archive for the main data directory and one
|
There will be one archive for the main data directory and one
|
||||||
for each additional tablespace; each will use tar format
|
for each additional tablespace; each will use tar format
|
||||||
(following the <quote>ustar interchange format</quote> specified
|
(following the <quote>ustar interchange format</quote> specified
|
||||||
@ -2938,7 +2938,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Byte1('m')</term>
|
<term>Byte1('m')</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Identifes the message as indicating the start of the backup
|
Identifies the message as indicating the start of the backup
|
||||||
manifest.
|
manifest.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -2953,7 +2953,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Byte1('d')</term>
|
<term>Byte1('d')</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Identifes the message as containing archive or manifest data.
|
Identifies the message as containing archive or manifest data.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -2974,7 +2974,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Byte1('p')</term>
|
<term>Byte1('p')</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Identifes the message as a progress report.
|
Identifies the message as a progress report.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user