mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 00:02:09 -04:00
Move random() and setseed() to a separate table, to have them grouped together. Also add a notice that random() is not cryptographically secure. Original patch by Honza Horak, although I didn't use his version.