File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 51
51
<term><literal>length</literal></term>
52
52
<listitem>
53
53
<para>
54
- Length of each signature (index entry) in bits. The default
55
- is <literal>80</literal> bits and maximum is <literal>4096</literal>.
54
+ Length of each signature (index entry) in bits, it is rounded up to the
55
+ nearest multiple of <literal>16</literal>. The default is
56
+ <literal>80</literal> bits and maximum is <literal>4096</literal>.
56
57
</para>
57
58
</listitem>
58
59
</varlistentry>
@@ -242,6 +243,20 @@ DEFAULT FOR TYPE text USING bloom AS
242
243
operations in the future.
243
244
</para>
244
245
</listitem>
246
+
247
+ <listitem>
248
+ <para>
249
+ <literal>bloom</literal> access method doesn't support
250
+ <literal>UNIQUE</literal> indexes.
251
+ </para>
252
+ </listitem>
253
+
254
+ <listitem>
255
+ <para>
256
+ <literal>bloom</literal> access method doesn't support searching for
257
+ <literal>NULL</literal> values.
258
+ </para>
259
+ </listitem>
245
260
</itemizedlist>
246
261
</para>
247
262
</sect2>
You can’t perform that action at this time.
0 commit comments