Money deprecation and cast problem

Поиск
Список
Период
Сортировка
От DanixDefcon5
Тема Money deprecation and cast problem
Дата
Msg-id 1145905148.140026.134730@g10g2000cwb.googlegroups.com
обсуждение исходный текст
Ответы Re: Money deprecation and cast problem  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Ok, I've been using Postgres for quite some time now (about 6
years-ish), except for a MySQL period b/c of work requirements.
However, I never managed to use some of the more special types in the
DBMS, like 'money'.

I know that the 'money' type is now deprecated, but I wonder why it is,
and also ... how was it supposed to cast any other data type to 'money'
anyway??? I checked the function list, per \df and couldn't find any
function to do so, even though the money data type is basically an int4
with the decimal point moved two places to the left. So....

- Why did they deprecate it?
and
- Why were there no functions to convert data types *to* money? There
were plenty of possible casts *from* money...


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Automated setting of timezone with connection pooling
Следующее
От: Thomas SMETS
Дата:
Сообщение: JDBC driver does not support getGeneratedKeys method