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

Поиск
Список
Период
Сортировка
От Alexander Farber
Тема Re: [GENERAL] Custom shuffle function stopped working in 9.6
Дата
Msg-id CAADeyWhprxW-rZ4apFuS_j+zzwhpPpQhO0yVMfMZt5KQmrMyXg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Custom shuffle function stopped working in 9.6  (Alexander Farber <alexander.farber@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  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
At the same time this advice from
works, don't know why though:

words=> select array_agg(u order by random())
words-> from unnest(array['a','b','c','d','e','f']) u;
   array_agg   
---------------
 {d,a,f,c,b,e}

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

Предыдущее
От: Alexander Farber
Дата:
Сообщение: Re: [GENERAL] Custom shuffle function stopped working in 9.6
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] Custom shuffle function stopped working in 9.6