diff --git a/doc/src/sgml/bloom.sgml b/doc/src/sgml/bloom.sgml
index 396348c5237..2eb7a4fd40d 100644
--- a/doc/src/sgml/bloom.sgml
+++ b/doc/src/sgml/bloom.sgml
@@ -51,8 +51,8 @@
length>
- Length of each signature (index entry) in bits. The default
- is 80> bits and maximum is 4096>.
+ Length of each signature (index entry) in bits, it is rounded up to the nearest
+ multiple of 16>. The default is 80> bits and maximum is 4096.
@@ -242,6 +242,20 @@ DEFAULT FOR TYPE text USING bloom AS
operations in the future.
+
+
+
+ bloom access method doesn't support
+ UNIQUE indexes.
+
+
+
+
+
+ bloom access method doesn't support searching for
+ NULL values.
+
+