Re: differences between <> and != when using signed values on the right hand side

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: differences between <> and != when using signed values on the right hand side
Дата
Msg-id CAKFQuwaUT_9i+ni=CVsnxWjzWyOOkv35AmttVR_d-N9zM3e6yw@mail.gmail.com
обсуждение исходный текст
Ответ на differences between <> and != when using signed values on the right hand side  (David Hunnisett <david.hunnisett@probit.io>)
Ответы Re: differences between <> and != when using signed values on the right hand side
Список pgsql-bugs
On Thursday, May 16, 2024, David Hunnisett <david.hunnisett@probit.io> wrote:
When using a signed comparison != does not behave like <> if the right hand side comparator is signed and there is no space between the comparator and the sign


This is not a bug.  You are seeing practical examples of the behavior documented here:


In short, a consequence of allowing users to define their own operators.

David J.

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18469: OOM occurs and backend processes are kept in Zombie state.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #18467: postgres_fdw (deparser) ignores LimitOption