diff options
author | Peter Eisentraut | 2017-08-08 23:18:16 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-08-08 23:22:23 +0000 |
commit | 13f03a001e4d841b6a27c0c9c3fe14e1fb2aad80 (patch) | |
tree | ba0b872ccf980aff0372d721141444ce5f8391e4 | |
parent | 9bf4068cc321a4d44ac54089ab651a49d89bb567 (diff) |
doc: Add missing pieces to logical replication protocol doc
Reported-by: Kyle Conroy <[email protected]>
-rw-r--r-- | doc/src/sgml/protocol.sgml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index a7a3d3b2f9..6731fa9901 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -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> |