Re: [GENERAL] Custom shuffle function stopped working in 9.6 - Mailing list pgsql-general

From Alexander Farber
Subject Re: [GENERAL] Custom shuffle function stopped working in 9.6
Date
Msg-id CAADeyWjm6vSMvbPxmEQCsQa4gHQmn79EH+s1miJ06+2kw3qyBg@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Custom shuffle function stopped working in 9.6  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses 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>)
List 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 by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [GENERAL] Custom shuffle function stopped working in 9.6
Next
From: Melvin Davidson
Date:
Subject: Re: [GENERAL] Custom shuffle function stopped working in 9.6