Re: Deprecating postfix and factorial operators in PostgreSQL 13
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Mark Dilger <mark.dilger@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
Robert Haas <robertmhaas@gmail.com>,
John Naylor <john.naylor@2ndquadrant.com>,
Vik Fearing <vik@postgresfriends.org>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2020-08-27T16:16:22Z
Lists: pgsql-hackers
Mark Dilger <mark.dilger@enterprisedb.com> writes: > The deprecation warnings included in this patch warn that postfix operator support, along with both postfix ! and prefix !! factorial operators, will be removed in PostgreSQL 14. The operator docs should say "use factorial() instead", or words to that effect. regards, tom lane
Commits
-
Mark factorial operator, and postfix operators in general, as deprecated.
- cc8a71e93084 9.5.24 landed
- d1ee6ce4c9ff 11.10 landed
- 9dee85b5b833 12.5 landed
- 1f38d3851190 10.15 landed
- 1ce20826ce80 9.6.20 landed
- 845cfe012fd1 13.0 landed
- 6ca547cf75ef 14.0 landed