Waiting for PostgreSQL 16 – Add array_sample() and array_shuffle() functions.

from blog select * from depesz;, | ↗ original
On 7th of April 2023, Tom Lane committed patch: Add array_sample() and array_shuffle() functions. These are useful in Monte Carlo applications. Martin Kalcher, reviewed/adjusted by Daniel Gustafsson and myself Discussion: https://postgr.es/m/9d160a44-7675-51e8-60cf-6d64b76db831@aboutsource.net Arrays are supported in PostgreSQL since...