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 CAADeyWjQq4u6ba=41e2awJVrU49B6k-D3vd6M2BNGjiC9ODHwg@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Custom shuffle function stopped working in 9.6  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: [GENERAL] Custom shuffle function stopped working in 9.6  (Alexander Farber <alexander.farber@gmail.com>)
List pgsql-general
words=> select version();
                                                 version                                                  
----------------------------------------------------------------------------------------------------------
 PostgreSQL 9.6.2 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11), 64-bit
(1 row)

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: Jack Christensen
Date:
Subject: Re: [GENERAL] Custom shuffle function stopped working in 9.6
Next
From: Alexander Farber
Date:
Subject: Re: [GENERAL] Custom shuffle function stopped working in 9.6