pgsql: Mark factorial operator, and postfix operators in general, as de

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mark factorial operator, and postfix operators in general, as de
Date: 2020-08-30 20:03:41
Message-ID: E1kCTYD-0007Tu-CV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark factorial operator, and postfix operators in general, as deprecated.

Back-patch key parts of 4c5cf5431 and 6ca547cf7 into stable branches.
I didn't touch pg_description entries here, so it's purely a docs
change; and I didn't fool with any examples either. The main point
is so that anyone who's wondering if factorial() exists in the stable
branches will be reassured.

Mark Dilger and John Naylor, with some adjustments by me

Discussion: https://postgr.es/m/BE2DF53D-251A-4E26-972F-930E523580E9@enterprisedb.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1f38d385119002e060a1beb8fb54e63e87939216

Modified Files
--------------
doc/src/sgml/func.sgml | 19 +++++++++++++++++--
doc/src/sgml/ref/create_operator.sgml | 9 ++++++++-
2 files changed, 25 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message James Sewell 2020-08-31 06:56:21 Re: determine what column(s) form the primary key, in C extention
Previous Message Tom Lane 2020-08-30 18:37:36 pgsql: Mark factorial operator, and postfix operators in general, as de