Re: The != and +/- signs are joined together as an operator

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: 谭忠涛 <zhongtao(dot)tan(at)seaboxdata(dot)com>
Cc: pgsql-bugs <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: The != and +/- signs are joined together as an operator
Date: 2025-03-19 14:07:17
Message-ID: CAKFQuwY4zVWKLp-94=t2Hcn91QdEGBm5h1s6tZW9xhU9Qxpo-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tuesday, March 18, 2025, 谭忠涛 <zhongtao(dot)tan(at)seaboxdata(dot)com> wrote:

> case:
> select 1 !=-1;
> select 1 !=+1;
>
>
Explain why you think it is a bug. From what I see those are potentially
valid operator names that do not exist so “operator not found” is the
correct outcome.

David J.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2025-03-19 14:34:39 Re: The != and +/- signs are joined together as an operator
Previous Message Tomas Vondra 2025-03-19 13:43:34 Re: BUG #18855: Using BRIN index with int8_bloom_ops produces incorrect results