Re: Custom shuffle function stopped working in 9.6

From: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
To:
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Custom shuffle function stopped working in 9.6
Date: 2017-02-11 17:17:10
Message-ID: CAADeyWjm6vSMvbPxmEQCsQa4gHQmn79EH+s1miJ06+2kw3qyBg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2017-02-11 17:33:13 Re: Custom shuffle function stopped working in 9.6
Previous Message Pavel Stehule 2017-02-11 16:51:02 Re: Custom shuffle function stopped working in 9.6