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

Commit f08722c

Browse files
author
Amit Kapila
committed
Doc: Update logical replication message formats.
Commits 9de77b5 and ac4645c missed to update the logical replication message formats section in the docs. Author: Brar Piening Reviewed-by: Amit Kapila Discussion: https://www.postgresql.org/message-id/cc70956c-e578-e54f-49e6-b5d68c89576f@gmx.de
1 parent c66fb78 commit f08722c

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

doc/src/sgml/protocol.sgml

+27-2
Original file line numberDiff line numberDiff line change
@@ -6498,6 +6498,18 @@ Message
64986498
</para>
64996499
</listitem>
65006500
</varlistentry>
6501+
6502+
<varlistentry>
6503+
<term>
6504+
Int32
6505+
</term>
6506+
<listitem>
6507+
<para>
6508+
Length of the content.
6509+
</para>
6510+
</listitem>
6511+
</varlistentry>
6512+
65016513
<varlistentry>
65026514
<term>
65036515
Byte<replaceable>n</replaceable>
@@ -7430,6 +7442,19 @@ TupleData
74307442
</para>
74317443
</listitem>
74327444
</varlistentry>
7445+
</variablelist>
7446+
Or
7447+
<variablelist>
7448+
<varlistentry>
7449+
<term>
7450+
Byte1('b')
7451+
</term>
7452+
<listitem>
7453+
<para>
7454+
Identifies the data as binary formatted value.
7455+
</para>
7456+
</listitem>
7457+
</varlistentry>
74337458
<varlistentry>
74347459
<term>
74357460
Int32
@@ -7446,8 +7471,8 @@ TupleData
74467471
</term>
74477472
<listitem>
74487473
<para>
7449-
The value of the column, in text format. (A future release
7450-
might support additional formats.)
7474+
The value of the column, either in binary or in text format.
7475+
(As specified in the preceding format byte).
74517476
<replaceable>n</replaceable> is the above length.
74527477

74537478
</para>

0 commit comments

Comments
 (0)