pgsql: Doc: improve documentation about exponentiation operator.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: improve documentation about exponentiation operator.
Date: 2021-07-21 22:04:28
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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/[email protected]

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/227c4e57d6a70961e015ed4185facfc638afd048

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-07-22 00:00:15 Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows
Previous Message Alvaro Herrera 2021-07-21 17:57:02 pgsql: Improve installation instructions a bit