numeric to text (7.3) - Mailing list pgsql-hackers

From Szima Gábor
Subject numeric to text (7.3)
Date
Msg-id Pine.LNX.4.50.0212011739240.982-100000@vigo.sygma.net
Whole thread Raw
Responses Re: numeric to text (7.3)
List 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 by date:

Previous
From: Joe Conway
Date:
Subject: Re: ALTER TABLE schema SCHEMA TO new_schema?
Next
From: Bruce Momjian
Date:
Subject: [GENERAL] PostgreSQL Global Development Group Announces Version 7.3 (fwd)