Re: Floating point type to store numbers - Mailing list pgsql-sql

From Richard Broersma Jr
Subject Re: Floating point type to store numbers
Date
Msg-id 504276.57905.qm@web31804.mail.mud.yahoo.com
Whole thread Raw
In response to Floating point type to store numbers  ("Radhika Sambamurti" <radhika@88thstreet.com>)
Responses Re: Floating point type to store numbers  ("Radhika Sambamurti" <radhika@88thstreet.com>)
List pgsql-sql
---
> The question is: how accurate is floating point numbers in Postgres. We
> are using 7.4 soon to be moving to 8.2.
> I need the accuracy to about 6 decimal points. I have read that floating
> points can convert to numbers in accurately.

http://www.postgresql.org/docs/8.2/interactive/datatype-numeric.html#DATATYPE-FLOAT

I didn't see anything about numeric being a string type,

http://www.postgresql.org/docs/8.2/interactive/datatype-numeric.html#DATATYPE-NUMERIC-DECIMAL

Regards,
Richard Broersma Jr.


pgsql-sql by date:

Previous
From: "Milen A. Radev"
Date:
Subject: Re: Floating point type to store numbers
Next
From: "Radhika Sambamurti"
Date:
Subject: Re: Floating point type to store numbers