| Lists: | pgsql-hackers |
|---|
| From: | Nikolay Shaplov <n(dot)shaplov(at)postgrespro(dot)ru> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | [PATCH] add missing "USING bloom" into bloom extension documentation |
| Date: | 2016-05-24 11:46:22 |
| Message-ID: | 2283794.WSv4amX8ZZ@nataraj-amd64 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Lists: | pgsql-hackers |
In current bloom documentation an example
CREATE INDEX bloomidx ON tbloom(i1,i2,i3)
WITH (length=5, col1=2, col2=2, col3=4);
does not work, as it does not actually create a bloom index
you should add "USING bloom" to the insert statement, in order make this
example work.
Patch in the attachment fixes an example. Please commit it ;-)
--
Nikolay Shaplov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company
| Attachment | Content-Type | Size |
|---|---|---|
| add-missing-using-bloom.diff | text/x-patch | 372 bytes |
| From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
|---|---|
| To: | Nikolay Shaplov <n(dot)shaplov(at)postgrespro(dot)ru>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [PATCH] add missing "USING bloom" into bloom extension documentation |
| Date: | 2016-05-24 12:29:28 |
| Message-ID: | 57444928.80800@sigaev.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Lists: | pgsql-hackers |
> you should add "USING bloom" to the insert statement, in order make this
> example work.
>
> Patch in the attachment fixes an example. Please commit it ;-)
Thank you, applied
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/