pgsql: Doc: improve documentation about exponentiation operator. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: improve documentation about exponentiation operator.
Date
Msg-id E1m6KKK-00065U-Tt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8344979d5bbc63aa8fb8c804bd933c887a2abb58

Modified Files
--------------
doc/src/sgml/func.sgml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Improve installation instructions a bit
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows