Re: [GENERAL] Custom shuffle function stopped working in 9.6

Поиск
Список
Период
Сортировка
От Alexander Farber
Тема Re: [GENERAL] Custom shuffle function stopped working in 9.6
Дата
Msg-id CAADeyWjm6vSMvbPxmEQCsQa4gHQmn79EH+s1miJ06+2kw3qyBg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Custom shuffle function stopped working in 9.6  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: [GENERAL] Custom shuffle function stopped working in 9.6  (Melvin Davidson <melvin6925@gmail.com>)
Re: [GENERAL] Custom shuffle function stopped working in 9.6  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: [GENERAL] Custom shuffle function stopped working in 9.6  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
I think ORDER BY RANDOM() has stopped working in 9.6.2:

words=> select unnest(ARRAY['a','b','c','d','e','f']) order by random();
 unnest 
--------
 a
 b
 c
 d
 e
 f
(6 rows)

В списке pgsql-general по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [GENERAL] Custom shuffle function stopped working in 9.6
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: [GENERAL] Custom shuffle function stopped working in 9.6