Re: BUG #13892: SELECT FALSE = FALSE = TRUE; error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #13892: SELECT FALSE = FALSE = TRUE; error
Дата
Msg-id 710.1453911089@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #13892: SELECT FALSE = FALSE = TRUE; error  (fotonszekta@gmail.com)
Список pgsql-bugs
fotonszekta@gmail.com writes:
> I tried on 9.5, and it's throws an error:
> ERROR: syntax error at or near "="
> LINE 1: SELECT FALSE = FALSE = TRUE;
>                              ^
> (the error is at the second '=')

> It's maybe related to "Adjust operator precedence to match the SQL
> standard"

Yes, that's an intentional change.  If you actually intend this
and it's not just a typo, add parentheses.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: << unrecognized configuration parameter "pg_stat_statements.track" >>
Следующее
От: Önder Kalacı
Дата:
Сообщение: Re: BUG #13891: Deparsed arbiter WHERE clauses cannot be parsed by Postgres