doc: Add missing logical replication protocol message
authorPeter Eisentraut
Tue, 15 Aug 2017 19:36:18 +0000 (15:36 -0400)
committerPeter Eisentraut
Tue, 15 Aug 2017 19:36:18 +0000 (15:36 -0400)
Author: Masahiko Sawada 

doc/src/sgml/protocol.sgml

index de2919d75dee4ed2a2a0743301cfdf2696a82370..c8b083c29cc933ffff1d7a19d78665c2a08b322b 100644 (file)
@@ -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