A parsing question

Поиск
Список
Период
Сортировка
От Michael Nolan
Тема A parsing question
Дата
Msg-id CAOzAqu+0zfJ4235Mp3ssMcp4VH57rk9xhw44Lg4MrA1YtG2YNw@mail.gmail.com
обсуждение исходный текст
Ответы Re: A parsing question  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: A parsing question  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Oracle vs. PostgreSQL - a comment on Mysql
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Oracle vs. PostgreSQL - a comment