Re: add operator ^= to mean not equal (like != and <>) - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: add operator ^= to mean not equal (like != and <>)
Date
Msg-id CAOBaU_awOyXZQ-V6W4OG2TiwvDfMw4sKpkWCuW3peC6dRjpKPQ@mail.gmail.com
Whole thread Raw
In response to Re: add operator ^= to mean not equal (like != and <>)  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
Le mar. 10 août 2021 à 18:41, Daniel Gustafsson <daniel@yesql.se> a écrit :
> On 10 Aug 2021, at 12:21, David Rowley <dgrowleyml@gmail.com> wrote:
>
> I'm strongly against inheriting warts from Oracle for apparently good
> reason. At the very least, anyone who's using ^= for some other
> purpose is very likely to be upset with us. Anyone else who really
> needs this for compatibility reasons can just create a set of
> operators for themselves.

Agreed, if it’s because of Oracle compatibility then this seems like something
which has a better fit in orafce or a similar extension like that.

+1

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: add operator ^= to mean not equal (like != and <>)
Next
From: Masahiko Sawada
Date:
Subject: Re: Skipping logical replication transactions on subscriber side