diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-08-08 19:18:16 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-08-08 19:22:23 -0400 |
commit | 13f03a001e4d841b6a27c0c9c3fe14e1fb2aad80 (patch) | |
tree | ba0b872ccf980aff0372d721141444ce5f8391e4 | |
parent | 9bf4068cc321a4d44ac54089ab651a49d89bb567 (diff) | |
download | postgresql-13f03a001e4d841b6a27c0c9c3fe14e1fb2aad80.tar.gz postgresql-13f03a001e4d841b6a27c0c9c3fe14e1fb2aad80.zip |
doc: Add missing pieces to logical replication protocol doc
Reported-by: Kyle Conroy <kyle@kyleconroy.com>
-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 a7a3d3b2f97..6731fa99014 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> |