pgsql: Improve documentation of random() function.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Improve documentation of random() function.
Дата
Msg-id E1VZKFB-0003aZ-8m@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.

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(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Plug memory leak when reloading config file.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Increase the number of different values used when seeding random