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

From Daniel Gustafsson
Subject Re: add operator ^= to mean not equal (like != and <>)
Date
Msg-id AF581ACF-F2A3-4B55-9582-0B779267A976@yesql.se
Whole thread Raw
In response to Re: add operator ^= to mean not equal (like != and <>)  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: add operator ^= to mean not equal (like != and <>)  (David Rowley <dgrowleyml@gmail.com>)
Re: add operator ^= to mean not equal (like != and <>)  (Michael Banck <michael.banck@credativ.de>)
List pgsql-hackers
> On 10 Aug 2021, at 11:10, Andreas Karlsson <andreas@proxel.se> wrote:

> What is he reason you want to add ^= is there any other databases which uses ^= for inequality?

I assume it's because of Oracle compatibility which AFAIK is the only database
supporting ^=.

--
Daniel Gustafsson        https://vmware.com/




pgsql-hackers by date:

Previous
From: Andreas Karlsson
Date:
Subject: Re: add operator ^= to mean not equal (like != and <>)
Next
From: "kuroda.hayato@fujitsu.com"
Date:
Subject: RE: ECPG bug fix: DECALRE STATEMENT and DEALLOCATE, DESCRIBE