Missing prefix unary '+' operator in Table 4-2 ? - Mailing list pgsql-docs

From Grzegorz Szpetkowski
Subject Missing prefix unary '+' operator in Table 4-2 ?
Date
Msg-id BANLkTiks0toZPT+9F9-NAGkUHBBBU4xGjA@mail.gmail.com
Whole thread Raw
Responses Re: Missing prefix unary '+' operator in Table 4-2 ?
List pgsql-docs
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

pgsql-docs by date:

Previous
From: Grzegorz Szpetkowski
Date:
Subject: createuser/dropuser username
Next
From: Bruce Momjian
Date:
Subject: Missing documentation for pg_role column