Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    7adbde26
    Document the exponentiation operator as associating left to right. · 7adbde26
    Tom Lane authored
    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.
    7adbde26
    History
    Document the exponentiation operator as associating left to right.
    Tom Lane authored
    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.