]> granicus.if.org Git - postgresql/commitdiff
doc: Add missing pieces to logical replication protocol doc
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 8 Aug 2017 23:18:16 +0000 (19:18 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 8 Aug 2017 23:22:23 +0000 (19:22 -0400)
Reported-by: Kyle Conroy <kyle@kyleconroy.com>
doc/src/sgml/protocol.sgml

index a7a3d3b2f9767d47796f36063689862c232729d2..6731fa9901452215cfd60028da772dbbb01c06bd 100644 (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>