Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf08722c

Browse files
author
Amit Kapila
committed
Doc: Update logical replication message formats.
Commits9de77b5 andac4645c missed to update the logical replicationmessage formats section in the docs.Author: Brar PieningReviewed-by: Amit KapilaDiscussion:https://www.postgresql.org/message-id/cc70956c-e578-e54f-49e6-b5d68c89576f@gmx.de
1 parentc66fb78 commitf08722c

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

‎doc/src/sgml/protocol.sgml‎

Lines changed: 27 additions & 2 deletions
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, intext format. (A future release
7450-
might support additional formats.)
7474+
The value of the column,eitherinbinary 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)

[8]ページ先頭

©2009-2025 Movatter.jp