Re: Precedence of bitwise operators

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Precedence of bitwise operators
Дата
Msg-id 2898362.1668980540@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Precedence of bitwise operators  (Bauyrzhan Sakhariyev <baurzhansahariev@gmail.com>)
Список pgsql-hackers
Bauyrzhan Sakhariyev <baurzhansahariev@gmail.com> writes:
> Hi! Do I get it right, that bitwise operations have the same precedence?

Yes, that is what the documentation says:

https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-PRECEDENCE

Operator precedence is hard-wired into our parser, so we don't get
to have a lot of flexibility in assigning precedences for any except
a very small set of operator names.

            regards, tom lane



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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Reducing power consumption on idle servers
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: More efficient build farm animal wakeup?