Commit 6ee7fb82 authored by Teodor Sigaev's avatar Teodor Sigaev

Fix typo in docs

Add missing USING BLOOM in example of contrib/bloom

Nikolay Shaplov
parent 1087aa23
......@@ -76,7 +76,7 @@
</para>
<programlisting>
CREATE INDEX bloomidx ON tbloom(i1,i2,i3)
CREATE INDEX bloomidx ON tbloom USING bloom (i1,i2,i3)
WITH (length=5, col1=2, col2=2, col3=4);
</programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment