From: Peter Eisentraut Date: Tue, 8 Aug 2017 23:18:16 +0000 (-0400) Subject: doc: Add missing pieces to logical replication protocol doc X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=13f03a001e4d841b6a27c0c9c3fe14e1fb2aad80;p=users%2Fbernd%2Fpostgres.git doc: Add missing pieces to logical replication protocol doc Reported-by: Kyle Conroy --- 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 + + + Int32 + + + + OID of the column's data type. + + + + + + Int32 + + + + Type modifier of the column (atttypmod). + + + @@ -6417,7 +6437,7 @@ Delete -Following message parts that are shared by above messages. +The following message parts are shared by the above messages.