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

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: add operator ^= to mean not equal (like != and <>)
Дата
Msg-id CAApHDvo7VyYQ1S=gGuf-JTgqt6z2TN0an1S7td_CWC9PpE=nkA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: add operator ^= to mean not equal (like != and <>)  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: add operator ^= to mean not equal (like != and <>)  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
On Tue, 10 Aug 2021 at 21:13, Daniel Gustafsson <daniel@yesql.se> wrote:
>
> > 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 ^=.

Seems likely.

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.

David



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Skipping logical replication transactions on subscriber side
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: add operator ^= to mean not equal (like != and <>)