Re: add operator ^= to mean not equal (like != and <>)

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, Andreas Karlsson <andreas(at)proxel(dot)se>, "孙诗浩(思才)" <sunshihao(dot)ssh(at)alibaba-inc(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: add operator ^= to mean not equal (like != and <>)
Date: 2021-08-10 10:42:29
Message-ID: CAOBaU_awOyXZQ-V6W4OG2TiwvDfMw4sKpkWCuW3peC6dRjpKPQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Le mar. 10 août 2021 à 18:41, Daniel Gustafsson <daniel(at)yesql(dot)se> a écrit :

> > On 10 Aug 2021, at 12:21, David Rowley <dgrowleyml(at)gmail(dot)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

>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2021-08-10 11:06:45 Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o
Previous Message Daniel Gustafsson 2021-08-10 10:41:15 Re: add operator ^= to mean not equal (like != and <>)