From 0cafc267b5b2a0b9d8d93c7c3f1e88adb37fea6e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 15 Aug 2017 15:36:18 -0400 Subject: [PATCH] doc: Add missing logical replication protocol message Author: Masahiko Sawada --- doc/src/sgml/protocol.sgml | 56 +++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) 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 -- 2.40.0