mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03: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.