postgresql/doc
Tom Lane 508a26e246 Document the exponentiation operator as associating left to right.
Common mathematical convention is that exponentiation associates right to
left.  We aren't going to change the parser for this, but we could note
it in the operator's description.  (It's already noted in the operator
precedence/associativity table, but users might not look there.)
Per bug #13829 from Henrik Pauli.
2015-12-28 12:09:10 -05:00
..
src Document the exponentiation operator as associating left to right. 2015-12-28 12:09:10 -05:00
bug.template Stamp 9.5rc1. 2015-12-15 17:25:44 -05:00
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO