Thread: pgsql: Improve documentation of random() function.

pgsql: Improve documentation of random() function.

From
Heikki Linnakangas
Date:
Improve documentation of random() function.

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/75fdcec14543b60cc0c67483d8cc47d5c7adf1a8

Modified Files
--------------
doc/src/sgml/func.sgml |   77 +++++++++++++++++++++++++++++++-----------------
1 file changed, 50 insertions(+), 27 deletions(-)