Re: Converting between varchar and float when updating - Mailing list pgsql-general

From Dmitriy Igrishin
Subject Re: Converting between varchar and float when updating
Date
Msg-id BANLkTi=J9-N43SE+AecrvoDAwam5SUtFXA@mail.gmail.com
Whole thread Raw
In response to Re: Converting between varchar and float when updating  (Vibhor Kumar <vibhor.kumar@enterprisedb.com>)
Responses Re: Converting between varchar and float when updating
List pgsql-general


2011/4/28 Vibhor Kumar <vibhor.kumar@enterprisedb.com>

On Apr 28, 2011, at 3:22 PM, Dmitriy Igrishin wrote:

> NB:  I am sure that OP is not sure :-) And since foo.bar is varchar,
> it is better to use numeric instead of float :-)


Now, this make to ask question, why numeric? How its better than float?
Only one point, Vibhor. I believe that varchar data type was chosen for
exact storage of numeric values. According to chapter 8.1.3 of the doc.
for this case the usage of numeric is preferred over floating data types.

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor.kumar@enterprisedb.com
Blog:http://vibhork.blogspot.com




--
// Dmitriy.


pgsql-general by date:

Previous
From: Vibhor Kumar
Date:
Subject: Re: Converting between varchar and float when updating
Next
From: Vibhor Kumar
Date:
Subject: Re: Converting between varchar and float when updating