Re: [HACKERS] Datatype MONEY

Поиск
Список
Период
Сортировка
От Karel Zak - Zakkr
Тема Re: [HACKERS] Datatype MONEY
Дата
Msg-id Pine.LNX.3.96.991213130008.25928A-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответ на Datatype MONEY  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: [HACKERS] Datatype MONEY  (wieck@debis.com (Jan Wieck))
Re: [HACKERS] Datatype MONEY  (Michael Meskes <meskes@postgreSQL.org>)
Список pgsql-hackers
On Mon, 13 Dec 1999, Michael Meskes wrote:

> I somehow remember the MONEY datatype has some problems and might be
> removed. Now I didn´t follow this topic closely enough, but now I've
> encountered I could use it pretty well. Of course a DECIMAL datatype fits
> the bill as good since I do not need the currency symbol in psql's output.
> 
> Before I set up my DB I'd like to know which type to prefer.
> 
> Michael

I have complete code for numbers formatting (to_char() compatible with
Oracle). It allow you add a currency symbol corresponding with current
locale ... and more features over basic datatypes (float4/8, int4/8).

I send it to the PACHES list next week (probably).  


Example:

template1=> select float8_to_char(455.9 , 'L999D99') as price;
price
---------
Kc 455,90
(1 row)

(It is with Czech currency symbol and decimal point (locales))

IMHO is good use for money a float type.
                        Karel



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

Предыдущее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] update_pg_pwd
Следующее
От: Karel Zak - Zakkr
Дата:
Сообщение: Re: [HACKERS] createdb with alternate location