[PATCH] add missing "USING bloom" into bloom extension documentation

Поиск
Список
Период
Сортировка
От Nikolay Shaplov
Тема [PATCH] add missing "USING bloom" into bloom extension documentation
Дата
Msg-id 2283794.WSv4amX8ZZ@nataraj-amd64
обсуждение исходный текст
Ответы Re: [PATCH] add missing "USING bloom" into bloom extension documentation  (Teodor Sigaev <teodor@sigaev.ru>)
Список 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
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pg_dump -j against standbys
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: [PATCH] add missing "USING bloom" into bloom extension documentation