Skip to content

Commit 34a23a3

Browse files
committed
doc: Add missing logical replication protocol message
Author: Masahiko Sawada <[email protected]>
1 parent e42351a commit 34a23a3

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

doc/src/sgml/protocol.sgml

+55-1
Original file line numberDiff line numberDiff line change
@@ -6186,7 +6186,7 @@ Relation
61866186
</term>
61876187
<listitem>
61886188
<para>
6189-
OID of the column's data type.
6189+
ID of the column's data type.
61906190
</para>
61916191
</listitem>
61926192
</varlistentry>
@@ -6206,6 +6206,60 @@ Relation
62066206
</listitem>
62076207
</varlistentry>
62086208

6209+
<varlistentry>
6210+
<term>
6211+
Type
6212+
</term>
6213+
<listitem>
6214+
<para>
6215+
6216+
<variablelist>
6217+
<varlistentry>
6218+
<term>
6219+
Byte1('Y')
6220+
</term>
6221+
<listitem>
6222+
<para>
6223+
Identifies the message as a type message.
6224+
</para>
6225+
</listitem>
6226+
</varlistentry>
6227+
<varlistentry>
6228+
<term>
6229+
Int32
6230+
</term>
6231+
<listitem>
6232+
<para>
6233+
ID of the data type.
6234+
</para>
6235+
</listitem>
6236+
</varlistentry>
6237+
<varlistentry>
6238+
<term>
6239+
String
6240+
</term>
6241+
<listitem>
6242+
<para>
6243+
Namespace (empty string for <literal>pg_catalog</literal>).
6244+
</para>
6245+
</listitem>
6246+
</varlistentry>
6247+
<varlistentry>
6248+
<term>
6249+
String
6250+
</term>
6251+
<listitem>
6252+
<para>
6253+
Name of the data type.
6254+
</para>
6255+
</listitem>
6256+
</varlistentry>
6257+
6258+
</variablelist>
6259+
</para>
6260+
</listitem>
6261+
</varlistentry>
6262+
62096263
<varlistentry>
62106264
<term>
62116265
Insert

0 commit comments

Comments
 (0)