Re: Money type not gone?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Money type not gone?
Дата
Msg-id 200409211042.49641.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Money type not gone?  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: Money type not gone?  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-bugs
Karel, Andreas,

> > My idea is special internal API that will usable for new datetypes
> > programming if type is defined as "numeric + symbol", for example things
> > like speed, weight, currency.. etc.
>
> A type consisting of value and unit probably makes pgsql even more first
> choice for technical applications. Please note that %, k, M and so on
> are scales, not units and thus dont belong into that type.

The difference with currency would be the lack of a fixed conversion for
different units.    For example, you can:

10m == 1000cm
7l == 0.07m^3

But you can't reasonably:

10USD == 6.25UKL

... because that would require a query to money.yahoo.com to establish.

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: sql function returning composite type
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Money type not gone?