forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9dee85b
committed
Mark factorial operator, and postfix operators in general, as deprecated.
Back-patch key parts of4c5cf54 and6ca547c into stable branches.I didn't touch pg_description entries here, so it's purely a docschange; and I didn't fool with any examples either. The main pointis so that anyone who's wondering if factorial() exists in the stablebranches will be reassured.Mark Dilger and John Naylor, with some adjustments by meDiscussion:https://postgr.es/m/BE2DF53D-251A-4E26-972F-930E523580E9@enterprisedb.com1 parentff3c16d commit9dee85b
2 files changed
+25
-3
lines changedLines changed: 17 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
666 | 666 |
| |
667 | 667 |
| |
668 | 668 |
| |
669 |
| - | |
| 669 | + | |
| 670 | + | |
670 | 671 |
| |
671 | 672 |
| |
672 | 673 |
| |
673 | 674 |
| |
674 | 675 |
| |
675 | 676 |
| |
676 |
| - | |
| 677 | + | |
| 678 | + | |
677 | 679 |
| |
678 | 680 |
| |
679 | 681 |
| |
| |||
856 | 858 |
| |
857 | 859 |
| |
858 | 860 |
| |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
859 | 874 |
| |
860 | 875 |
| |
861 | 876 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
95 | 102 |
| |
96 | 103 |
| |
97 | 104 |
| |
|
0 commit comments
Comments
(0)