Commits
9de77b5453 and
ac4645c015 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
+
+
+
+ Int32
+
+
+ Length of the content.
+
+
+
+
Byten
+
+ Or
+
+
+
+ Byte1('b')
+
+
+ Identifies the data as binary formatted value.
+
+
+
Int32
- The value of the column, in text format. (A future release
- might support additional formats.)
+ The value of the column, either in binary or in text format.
+ (As specified in the preceding format byte).
n is the above length.