monetary data type

Поиск
Список
Период
Сортировка
От Phuong Ma
Тема monetary data type
Дата
Msg-id 3ACE38FF.4B0EB655@commandprompt.com
обсуждение исходный текст
Ответы Re: monetary data type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Scott Gritton
Дата:
Сообщение: Convert Filemaker Pro db to Postgresql db
Следующее
От: Martín Marqués
Дата:
Сообщение: Re: Postgres 7.1RC1 on Solaris 7