pgsql: Clarify documentation of ceil/ceiling/floor functions.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Clarify documentation of ceil/ceiling/floor functions.
Дата
Msg-id E1bB2Ld-0002W4-CJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clarify documentation of ceil/ceiling/floor functions.

Document these as "nearest integer >= argument" and "nearest integer <=
argument", which will hopefully be less confusing than the old formulation.
New wording is from Matlab via Dean Rasheed.

I changed the pg_description entries as well as the SGML docs.  In the
back branches, this will only affect installations initdb'd in the future,
but it should be harmless otherwise.

Discussion: <CAEZATCW3yzJo-NMSiQs5jXNFbTsCEftZS-Og8=FvFdiU+kYuSA@mail.gmail.com>

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/719dd9a64af5f2ec07a9cac16fb161a3c5c18010

Modified Files
--------------
doc/src/sgml/func.sgml        |  6 +++---
src/include/catalog/pg_proc.h | 12 ++++++------
2 files changed, 9 insertions(+), 9 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Clarify documentation of ceil/ceiling/floor functions.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clarify documentation of ceil/ceiling/floor functions.