Re: [PATCH] random_normal function

Поиск
Список
Период
Сортировка
От 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  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: [PATCH] random_normal function  (Vik Fearing <vik@postgresfriends.org>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [BUG] pg_upgrade test fails from older versions.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Add LZ4 compression in pg_dump