Math function description issue

Поиск
Список
Период
Сортировка
От npistud@gmail.com
Тема Math function description issue
Дата
Msg-id 20160606054056.1385.38085@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Math function description issue  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/static/functions-math.html
Description:

https://www.postgresql.org/docs/9.5/static/functions-math.html

Same issue for other versions. 
Please, check ceil, ceiling and floor functions. Example is correct, but
description is wrong. 

For ceil in docs
Description: smallest integer not less than argument. 
Example: ceil(-42.8) = -42

But -42.8 < -42
So, description should be "Biggest integer".

Vice versa for floor.

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

Предыдущее
От: gp0072000@gmail.com
Дата:
Сообщение: Typo
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Math function description issue