incorrect information in documentation

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема incorrect information in documentation
Дата
Msg-id 162851358008.709.11763395628268716122@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: incorrect information in documentation
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/row-estimation-examples.html
Description:

Hello, on page
https://www.postgresql.org/docs/current/row-estimation-examples.html - there
is a example:
selectivity = (1 - null_frac1) * (1 - null_frac2) * min(1/num_distinct1,
1/num_distinct2)
            = (1 - 0) * (1 - 0) / max(10000, 10000)
            = 0.0001
in the first string  " * min" and in the second " / max" 
as I understand it isn't correct.

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