File tree 1 file changed +55
-1
lines changed
1 file changed +55
-1
lines changed Original file line number Diff line number Diff line change @@ -6186,7 +6186,7 @@ Relation
6186
6186
</term>
6187
6187
<listitem>
6188
6188
<para>
6189
- OID of the column's data type.
6189
+ ID of the column's data type.
6190
6190
</para>
6191
6191
</listitem>
6192
6192
</varlistentry>
@@ -6206,6 +6206,60 @@ Relation
6206
6206
</listitem>
6207
6207
</varlistentry>
6208
6208
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
+
6209
6263
<varlistentry>
6210
6264
<term>
6211
6265
Insert
You can’t perform that action at this time.
0 commit comments