projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42351a
)
doc: Add missing logical replication protocol message
author
Peter Eisentraut
Tue, 15 Aug 2017 19:36:18 +0000
(15:36 -0400)
committer
Peter Eisentraut
Tue, 15 Aug 2017 19:36:18 +0000
(15:36 -0400)
Author: Masahiko Sawada
doc/src/sgml/protocol.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/protocol.sgml
b/doc/src/sgml/protocol.sgml
index de2919d75dee4ed2a2a0743301cfdf2696a82370..c8b083c29cc933ffff1d7a19d78665c2a08b322b 100644
(file)
--- a/
doc/src/sgml/protocol.sgml
+++ b/
doc/src/sgml/protocol.sgml
@@
-6186,7
+6186,7
@@
Relation
-
O
ID 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