Re: New operators and class for jsonb with gin indexing

2021-02-23 Thread Luka Zivkovic
s work Thanks, Luka Živković On Tue, Feb 23, 2021, 16:28 Tom Lane wrote: > Luka Zivkovic writes: > > I am having problems applying gin indexing to my new operator class for > > type jsonb. > > I created an operator that can query(jsonb column) keys and dates where > >

New operators and class for jsonb with gin indexing

2021-02-23 Thread Luka Zivkovic
Hello all! I am having problems applying gin indexing to my new operator class for type jsonb. I created an operator that can query(jsonb column) keys and dates where dates are more than, less than, equal and not equal to the one provided inside another jsonb. Because I want to make it use index s