numeric to text (7.3)

Поиск
Список
Период
Сортировка
От Szima Gábor
Тема numeric to text (7.3)
Дата
Msg-id Pine.LNX.4.50.0212011739240.982-100000@vigo.sygma.net
обсуждение исходный текст
Ответы Re: numeric to text (7.3)
Список pgsql-hackers
Hello

In PostgreSQL 7.2/7.1:

template1=# select text(2.000::numeric);text
------2
(1 row)

In 7.3:

template1=# select text(2.000::numeric);text
-------2.000
(1 row)

The text(numeric) function doesn't round numbers. :(

This is bug or feature? :)

                        -Sygma


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