Re: The != and +/- signs are joined together as an operator
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: 谭忠涛 <zhongtao.tan@seaboxdata.com>
Cc: pgsql-bugs <pgsql-bugs@lists.postgresql.org>
Date: 2025-03-19T14:07:17Z
Lists: 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.