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

From David G. Johnston
Subject Re: The != and +/- signs are joined together as an operator
Date
Msg-id CAKFQuwY4zVWKLp-94=t2Hcn91QdEGBm5h1s6tZW9xhU9Qxpo-g@mail.gmail.com
Whole thread Raw
In response to The != and +/- signs are joined together as an operator  ("谭忠涛" <zhongtao.tan@seaboxdata.com>)
Responses Re: The != and +/- signs are joined together as an operator
List pgsql-bugs
On Tuesday, March 18, 2025, 谭忠涛 <zhongtao.tan@seaboxdata.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.
 

pgsql-bugs by date:

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