Re: Python interface and Money?

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Python interface and Money?
Дата
Msg-id 3BD6C5C3.7B5F701@fourpalms.org
обсуждение исходный текст
Ответ на Re: Python interface and Money?  (darcy@druid.net (D'Arcy J.M. Cain))
Ответы Re: Python interface and Money?
Re: Python interface and Money?
Список pgsql-interfaces
...
> > While browsing the mailing list for an answer to this problem I found
> > several references to the money type being deprecated.  Is that the
> > problem?
> They keep saying that DECIMAL should be used instead but they are not
> exactly equivalent.  The MONEY type was originally written with locale
> support and displays the local currency symbol.

Hmm. If we keep the money type then we should change the internal
implementation to use numeric or decimal or at least int64 instead of
int32. Comments?
                     - Thomas


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

Предыдущее
От: "nitinpdhavale"
Дата:
Сообщение: variable length arrays (fields)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Python interface and Money?