On 26/10/2019 17:41, Eugen Konkov wrote:
> Hi.
>
> I have noticed that it would be cool to use '==' in place of 'IS NOT
> DISTICT FROM'
>
> What do you think about this crazy idea?
I think this is a terrible idea. The only reason to do this would be to
index it, but indexes (btree at least) expect STRICT operators, which
this would not be.