How to enable partial matching on a GIN index

Поиск
Список
Период
Сортировка
От Chris Spencer
Тема How to enable partial matching on a GIN index
Дата
Msg-id CANe40gKfKnOnkGrxO07EP=WEhJLYzBHdqhf6kGRGqrey8rD39Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to enable partial matching on a GIN index  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
I recently setup a GIN index on a large database, and it's performance is spectacular. However, I noticed by default it doesn't allow searching by partial matches.

The docs (http://www.postgresql.org/docs/9.5/static/gin-implementation.html) claim partial matching is supported but don't actually explain how to enable it. Are there any examples of creating a GIN index that uses partial matching? I'm not finding anything through Google.

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

Предыдущее
От:
Дата:
Сообщение: Re: Centos Hot-Standby, different Startup behavior betweensystemctl & pg_ctl start.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How to enable partial matching on a GIN index