| От | Michael Paquier |
|---|---|
| Тема | Re: [PATCH] random_normal function |
| Дата | |
| Msg-id | Y5/cOTNO4YwmY5e9@paquier.xyz обсуждение |
| Ответ на | Re: [PATCH] random_normal function (Fabien COELHO <coelho@cri.ensmp.fr>) |
| Ответы |
Re: [PATCH] random_normal function
Re: [PATCH] random_normal function |
| Список | pgsql-hackers |
On Sat, Dec 17, 2022 at 05:49:15PM +0100, Fabien COELHO wrote: > Overall, I think that there should be a clearer discussion and plan about > which random functionS postgres should provide to complement the standard > instead of going there… randomly:-) So, what does the specification tells about seeds, normal and random functions? A bunch of DBMSs implement RAND, sometimes RANDOM, SEED or even NORMAL using from time to time specific SQL keywords to do the work. Note that SQLValueFunction made the addition of more returning data types a bit more complicated (not much, still) than the new COERCE_SQL_SYNTAX by going through a mapping function, so the keyword/function mapping is straight-forward. -- Michael
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера