Re: Money data type - Deprecated?

Поиск
Список
Период
Сортировка
От Justin
Тема Re: Money data type - Deprecated?
Дата
Msg-id 483B139F.3040400@emproshunts.com
обсуждение исходный текст
Ответ на Money data type - Deprecated?  (Kless <jonas.esp@googlemail.com>)
Ответы Re: Money data type - Deprecated?
Список pgsql-general
Thats a good Question is the Money type ever going to die i believe it
was deprecated several versions ago?

I use the money type a formatting step in select statements when
displaying data on the client only.  It saves me setting up input mask
and what not on client side.

There are draw backs to using the money type
    dumps/restores can go wrong
    many frameworks convert money data type back to numeric or cast it
to String type

I would never have and never will use money as a data type in tables as
the precision is fixed to 2

Kless wrote:
> Does the money data type is deprecated?
>
> That says in 8.2 docs [1]. But I'm not sure why that notice doesn't
> appear in the 8.3 docs [2] .
>
>
> [1] http://www.postgresql.org/docs/8.2/static/datatype-money.html
> [2] http://www.postgresql.org/docs/8.3/static/datatype-money.html
>
>

В списке pgsql-general по дате отправления:

Предыдущее
От: "Adam Rich"
Дата:
Сообщение: Re: internal function format diff
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Money data type - Deprecated?