From: Peter Eisentraut Date: Tue, 15 Aug 2017 19:36:18 +0000 (-0400) Subject: doc: Add missing logical replication protocol message X-Git-Tag: REL_10_BETA4~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cafc267b5b2a0b9d8d93c7c3f1e88adb37fea6e;p=postgresql doc: Add missing logical replication protocol message Author: Masahiko Sawada --- diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index de2919d75d..c8b083c29c 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -6186,7 +6186,7 @@ Relation - OID of the column's data type. + ID of the column's data type. @@ -6206,6 +6206,60 @@ Relation + + +Type + + + + + + + + Byte1('Y') + + + + Identifies the message as a type message. + + + + + + Int32 + + + + ID of the data type. + + + + + + String + + + + Namespace (empty string for pg_catalog). + + + + + + String + + + + Name of the data type. + + + + + + + + + Insert