monetary data type - Mailing list pgsql-general

From Phuong Ma
Subject monetary data type
Date
Msg-id 3ACE38FF.4B0EB655@commandprompt.com
Whole thread Raw
Responses Re: monetary data type
List 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.

pgsql-general by date:

Previous
From: Scott Gritton
Date:
Subject: Convert Filemaker Pro db to Postgresql db
Next
From: Martín Marqués
Date:
Subject: Re: Postgres 7.1RC1 on Solaris 7