forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5d784c7
committed
Improve documentation of random() function.
Move random() and setseed() to a separate table, to have them groupedtogether. Also add a notice that random() is not cryptographically secure.Back-patch of commit75fdcec intoall supported versions, per discussion of the need to document thatrandom() is just a wrapper around random(3).1 parentf4f522d commit5d784c7
1 file changed
+50
-27
lines changedLines changed: 50 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
828 | 828 |
| |
829 | 829 |
| |
830 | 830 |
| |
831 |
| - | |
832 |
| - | |
833 |
| - | |
834 |
| - | |
835 |
| - | |
836 |
| - | |
837 |
| - | |
838 |
| - | |
839 |
| - | |
840 |
| - | |
841 |
| - | |
842 |
| - | |
843 |
| - | |
844 | 831 |
| |
845 | 832 |
| |
846 | 833 |
| |
| |||
862 | 849 |
| |
863 | 850 |
| |
864 | 851 |
| |
865 |
| - | |
866 |
| - | |
867 |
| - | |
868 |
| - | |
869 |
| - | |
870 |
| - | |
871 |
| - | |
872 |
| - | |
873 |
| - | |
874 |
| - | |
875 |
| - | |
876 |
| - | |
877 |
| - | |
878 |
| - | |
879 | 852 |
| |
880 | 853 |
| |
881 | 854 |
| |
| |||
951 | 924 |
| |
952 | 925 |
| |
953 | 926 |
| |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
954 | 977 |
| |
955 | 978 |
| |
956 | 979 |
| |
|
0 commit comments
Comments
(0)