Wrong example

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Wrong example
Дата
Msg-id 152480490305.19807.16598844579387497315@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Wrong example  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

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

The last row of table Table 4-4. Mathematical Functions seems to be wrong at
example column, current value

trunc(numeric, s integer)    numeric    truncate to s decimal
places    round(42.4382, 2)    42.43

Possible solution

trunc(numeric, s integer)    numeric    truncate to s decimal
places    trunc(42.4382, 2)    42.43

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: MacPorts xsltproc is very slow?
Следующее
От: PG Doc comments form
Дата:
Сообщение: Appendix A. PostgreSQL Error Codes