I have question about Table 4-2. Operator Precedence (decreasing) on
http://www.postgresql.org/docs/9.0/static/sql-syntax-lexical.html. I
see there is '-' unary (unary minus) operator listed, but I can't see
'+' (unary plus) prefix operator there. I think that it does not
belong to "(any other)" group as:
SELECT 5 ! + 6;
ERROR: operator does not exist: integer ! integer
LINE 1: SELECT 5 ! + 6;
Regards,
Grzegorz Szpetkowski
Grzegorz Szpetkowski <gszpetkowski@gmail.com> writes:
> I have question about Table 4-2. Operator Precedence (decreasing) on
> http://www.postgresql.org/docs/9.0/static/sql-syntax-lexical.html. I
> see there is '-' unary (unary minus) operator listed, but I can't see
> '+' (unary plus) prefix operator there.
Hm, yeah, that probably should be listed. Will fix.
regards, tom lane
Есть вопросы? Напишите нам!
✖
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера