Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ee7fb8

Browse files
committed
Fix typo in docs
Add missing USING BLOOM in example of contrib/bloomNikolay Shaplov
1 parent1087aa2 commit6ee7fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/bloom.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
</para>
7777

7878
<programlisting>
79-
CREATE INDEX bloomidx ON tbloom(i1,i2,i3)
79+
CREATE INDEX bloomidx ON tbloom USING bloom(i1,i2,i3)
8080
WITH (length=5, col1=2, col2=2, col3=4);
8181
</programlisting>
8282

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp