pgsql: Include unary plus in the Operator Precedence table. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Include unary plus in the Operator Precedence table.
Date
Msg-id E1QHhLV-0004Vk-TR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Include unary plus in the Operator Precedence table.

Per gripe from Grzegorz Szpetkowski.

Also, change the subsection heading from "Lexical Precedence" (which is
a contradiction in terms) to "Operator Precedence".

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/671322751add80f3368cd9ef17134fb9f73cf747

Modified Files
--------------
doc/src/sgml/syntax.sgml |    8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Message style cleanup
Next
From: Bruce Momjian
Date:
Subject: pgsql: Improve style of generate_history.pl Perl script.