Re: BUG #17546: power() function - value is distorted via automatic type cast

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17546: power() function - value is distorted via automatic type cast
Дата
Msg-id 1215877.1657565803@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #17546: power() function - value is distorted via automatic type cast  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
=?utf-8?B?0JDQvdGC0L7QvSDQn9C+0YLQsNC/0L7Qsg==?= <su.sinodan@gmail.com> writes:
> Is there any chance that you will reflect this in the documentation?

It is documented --- see under
    https://www.postgresql.org/docs/current/datatype-numeric.html
and
    https://www.postgresql.org/docs/current/typeconv.html
(particularly example 10.3, which points out that float8 is
considered a preferred type).  We are not going to repeat all that
material under every single affected function, if that's what
you're asking for.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17546: power() function - value is distorted via automatic type cast
Следующее
От: Richard Guo
Дата:
Сообщение: Re: BUG #17545: Incorrect selectivity for IS NOT DISTINCT FROM and NULLs