8000 doc: Add missing pieces to logical replication protocol doc · codeimmortal/postgres@13f03a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13f03a0

Browse files
committed
doc: Add missing pieces to logical replication protocol doc
Reported-by: Kyle Conroy <kyle@kyleconroy.com>
1 parent 9bf4068 commit 13f03a0

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

doc/src/sgml/protocol.sgml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6170,6 +6170,26 @@ Relation
61706170
</para>
61716171
</listitem>
61726172
</varlistentry>
6173+
<varlistentry>
6174+
<term>
6175+
Int32
6176+
</term>
6177+
<listitem>
6178+
<para>
6179+
OID of the column's data type.
6180+
</para>
6181+
</listitem>
6182+
</varlistentry>
6183+
<varlistentry>
6184+
<term>
6185+
Int32
6186+
</term>
6187+
<listitem>
6188+
<para>
6189+
Type modifier of the column (<structfield>atttypmod</structfield>).
6190+
</para>
6191+
</listitem>
6192+
</varlistentry>
61736193

61746194
</variablelist>
61756195
</para>
@@ -6417,7 +6437,7 @@ Delete
64176437

64186438
<para>
64196439

6420-
Following message parts that are shared by above messages.
6440+
The following message parts are shared by the above messages.
64216441

64226442
</para>
64236443

0 commit comments

Comments
 (0)
0