We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1087aa2 commit 6ee7fb8Copy full SHA for 6ee7fb8
doc/src/sgml/bloom.sgml
@@ -76,7 +76,7 @@
76
</para>
77
78
<programlisting>
79
-CREATE INDEX bloomidx ON tbloom(i1,i2,i3)
+CREATE INDEX bloomidx ON tbloom USING bloom (i1,i2,i3)
80
WITH (length=5, col1=2, col2=2, col3=4);
81
</programlisting>
82
0 commit comments