Doc: improve documentation about exponentiation operator.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7fa1e1ef741964eeb50f33d7c72622658bb7e5f4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-07-21T22:04:15Z
Releases: 15.0
Doc: improve documentation about exponentiation operator.

Now that we're not having to wedge this into the straitjacket of
the old operator table format, we can add another example to
clarify the point about left-to-right associativity.

Per suggestion from mdione at grulic.org.ar.

https://postgr.es/m/162661954599.693.13700316547731859171@wrigleys.postgresql.org

Files

PathChange+/−
doc/src/sgml/func.sgml modified +9 −2

Documentation touched