Re: A parsing question

2020-06-03 Thread Tom Lane
Michael Nolan writes: > Recently I was typing in a query in PG 10.4. > What I MEANT to type was: Where xyz >= 2400 > What I actually typed was: Where xyz >- 2400 > The latter was interpreted as 'where xyz > -2400', but I'm wondering if it > shouldn't have thrown an error on an unrecognized op

Re: A parsing question

2020-06-03 Thread David G. Johnston
On Wed, Jun 3, 2020 at 3:41 PM Michael Nolan wrote: > Recently I was typing in a query in PG 10.4. > > What I MEANT to type was: Where xyz >= 2400 > > What I actually typed was: Where xyz >- 2400 > > The latter was interpreted as 'where xyz > -2400', but I'm wondering if it > shouldn't have th