doc: Add missing pieces to logical replication protocol doc

Reported-by: Kyle Conroy <kyle@kyleconroy.com>
This commit is contained in:
Peter Eisentraut 2017-08-08 19:18:16 -04:00
parent 9bf4068cc3
commit 13f03a001e
1 changed files with 21 additions and 1 deletions

View File

@ -6170,6 +6170,26 @@ Relation
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
Int32
</term>
<listitem>
<para>
OID of the column's data type.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
Int32
</term>
<listitem>
<para>
Type modifier of the column (<structfield>atttypmod</structfield>).
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
@ -6417,7 +6437,7 @@ Delete
<para>
Following message parts that are shared by above messages.
The following message parts are shared by the above messages.
</para>