pgsql: Improve documentation of random() function.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve documentation of random() function.
Дата
Msg-id E1YDkvk-00049Z-SS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Back-patch of commit 75fdcec14543b60cc0c67483d8cc47d5c7adf1a8 into
all supported versions, per discussion of the need to document that
random() is just a wrapper around random(3).

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5d784c77d5c7d66ee2d3469b323007910de389ba

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve documentation of random() function.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve documentation of random() function.