Re: Mathematical Functions and Operators

2024-09-11 Thread David G. Johnston
On Saturday, September 7, 2024, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/16/functions-math.html > Description: > > Typically, exponentiation (which is represented here by ^) is a > right-associative

Mathematical Functions and Operators

2024-09-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/functions-math.html Description: Typically, exponentiation (which is represented here by ^) is a right-associative operation. This means that the expression 2 ^ 3 ^ 3 should be interpreted