monetary data type

From: Phuong Ma <pma(at)commandprompt(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: monetary data type
Date: 2001-04-06 21:45:35
Message-ID: 3ACE38FF.4B0EB655@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I read this from the 7.1 documentation:

3.2. Monetary Type

The money type may become a locale-aware
layer over the numeric type in a future release.

The money type stores U.S.-style currency with fixed decimal point
representation. If Postgres is compiled with locale support then the
money type uses locale-specific output formatting.

----------
Why does this first say that the money type may become locale-aware in a
FUTURE release, then the next paragraph says that the money type USES
locale specific output formatting. So which one is it? Why would it
be better to use numeric or decimal rather than money data type?

p.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gordon A. Runkle 2001-04-06 22:18:21 How much log space does VACUUM need?
Previous Message Scott Gritton 2001-04-06 19:47:17 Convert Filemaker Pro db to Postgresql db