On Fri, Apr 26, 2019 at 2:25 PM Steven Schlansker <
stevenschlans...@gmail.com> wrote:

> How can I efficiently implement the feature I've described?  It seems
> difficult to use computed indexing with GIN.
>

Don't use a computed index?  Add a trigger to populate a physical column
and index that.  Modify queries to make simple tests against the stored
array.

David J.

Reply via email to