File tree 1 file changed +27
-2
lines changed
1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -6498,6 +6498,18 @@ Message
6498
6498
</para>
6499
6499
</listitem>
6500
6500
</varlistentry>
6501
+
6502
+ <varlistentry>
6503
+ <term>
6504
+ Int32
6505
+ </term>
6506
+ <listitem>
6507
+ <para>
6508
+ Length of the content.
6509
+ </para>
6510
+ </listitem>
6511
+ </varlistentry>
6512
+
6501
6513
<varlistentry>
6502
6514
<term>
6503
6515
Byte<replaceable>n</replaceable>
@@ -7430,6 +7442,19 @@ TupleData
7430
7442
</para>
7431
7443
</listitem>
7432
7444
</varlistentry>
7445
+ </variablelist>
7446
+ Or
7447
+ <variablelist>
7448
+ <varlistentry>
7449
+ <term>
7450
+ Byte1('b')
7451
+ </term>
7452
+ <listitem>
7453
+ <para>
7454
+ Identifies the data as binary formatted value.
7455
+ </para>
7456
+ </listitem>
7457
+ </varlistentry>
7433
7458
<varlistentry>
7434
7459
<term>
7435
7460
Int32
@@ -7446,8 +7471,8 @@ TupleData
7446
7471
</term>
7447
7472
<listitem>
7448
7473
<para>
7449
- The value of the column, in text format. (A future release
7450
- might support additional formats.)
7474
+ The value of the column, either in binary or in text format.
7475
+ (As specified in the preceding format byte).
7451
7476
<replaceable>n</replaceable> is the above length.
7452
7477
7453
7478
</para>
You can’t perform that action at this time.
0 commit comments