A parsing question - Mailing list pgsql-general

From Michael Nolan
Subject A parsing question
Date
Msg-id CAOzAqu+0zfJ4235Mp3ssMcp4VH57rk9xhw44Lg4MrA1YtG2YNw@mail.gmail.com
Whole thread Raw
Responses Re: A parsing question  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: A parsing question  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
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 operator '>-'

Thoughts?
--
Mike Nolan

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Oracle vs. PostgreSQL - a comment on Mysql
Next
From: Bruce Momjian
Date:
Subject: Re: Oracle vs. PostgreSQL - a comment