Andrew Gierth <[email protected]> writes: > This query: > select random() from generate_series(1,10) order by random(); > produces sorted output. > Should it?
It always has; we'd doubtless break some apps if we changed that.
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
