Commit f08722cf authored by Amit Kapila's avatar Amit Kapila

Doc: Update logical replication message formats.

Commits 9de77b54 and ac4645c0 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
parent c66fb78e
...@@ -6498,6 +6498,18 @@ Message ...@@ -6498,6 +6498,18 @@ Message
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>
Int32
</term>
<listitem>
<para>
Length of the content.
</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term> <term>
Byte<replaceable>n</replaceable> Byte<replaceable>n</replaceable>
...@@ -7430,6 +7442,19 @@ TupleData ...@@ -7430,6 +7442,19 @@ TupleData
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist>
Or
<variablelist>
<varlistentry>
<term>
Byte1('b')
</term>
<listitem>
<para>
Identifies the data as binary formatted value.
</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term> <term>
Int32 Int32
...@@ -7446,8 +7471,8 @@ TupleData ...@@ -7446,8 +7471,8 @@ TupleData
</term> </term>
<listitem> <listitem>
<para> <para>
The value of the column, in text format. (A future release The value of the column, either in binary or in text format.
might support additional formats.) (As specified in the preceding format byte).
<replaceable>n</replaceable> is the above length. <replaceable>n</replaceable> is the above length.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment