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)

Reply via email to