Re: numeric to text (7.3)

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: numeric to text (7.3)
Дата
Msg-id 1038854147.46704.32.camel@jester
обсуждение исходный текст
Ответ на numeric to text (7.3)  (Szima Gábor <sygma@tesla.hu>)
Ответы Re: numeric to text (7.3)  (Joel Burton <joel@joelburton.com>)
Список pgsql-hackers
> template1=# select text(2.000::numeric);
>  text
> -------
>  2.000
> (1 row)
>
> The text(numeric) function doesn't round numbers. :(
>
> This is bug or feature? :)

I'd say feature in that it doesn't reduce the precision of the number.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

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

Предыдущее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: 7.3: Change in cursor behaviour?
Следующее
От: Joel Burton
Дата:
Сообщение: Re: numeric to text (7.3)