How to enable partial matching on a GIN index - Mailing list pgsql-novice

From Chris Spencer
Subject How to enable partial matching on a GIN index
Date
Msg-id CANe40gKfKnOnkGrxO07EP=WEhJLYzBHdqhf6kGRGqrey8rD39Q@mail.gmail.com
Whole thread Raw
Responses Re: How to enable partial matching on a GIN index
List 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 by date:

Previous
From:
Date:
Subject: Re: Centos Hot-Standby, different Startup behavior betweensystemctl & pg_ctl start.
Next
From: Tom Lane
Date:
Subject: Re: How to enable partial matching on a GIN index