Re: [GENERAL] JSONB Overlap Operator.

2017-03-20 Thread Merlin Moncure
On Fri, Mar 17, 2017 at 9:43 AM, Eduardo Felipe wrote: > Hi there! > > In a project I was experimenting with replacing array columns with JSONB > columns, to allow a greater flexibility of types. > > One thing that I found missing is the "overlap" operator (&&). > > JSONB includes all other operat

[GENERAL] JSONB Overlap Operator.

2017-03-20 Thread Eduardo Felipe
Hi there! In a project I was experimenting with replacing array columns with JSONB columns, to allow a greater flexibility of types. One thing that I found missing is the "overlap" operator (&&) . JSONB includes all other operators