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 18:41:21
Message-ID: CAADeyWjQq4u6ba=41e2awJVrU49B6k-D3vd6M2BNGjiC9ODHwg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Farber 2017-02-11 18:51:15 Re: Custom shuffle function stopped working in 9.6
Previous Message Jack Christensen 2017-02-11 17:44:12 Re: Custom shuffle function stopped working in 9.6