The Accountant is not Amused

Поиск
Список
Период
Сортировка
Is this fixed in later versions?  If not, should I send in a patch?
-Michael Robinson

-----------------------------
Welcome to the POSTGRESQL interactive sql monitor: Please read the file COPYRIGHT for copyright terms of POSTGRESQL
[PostgreSQL 6.5.1 on i386-unknown-freebsd3.3, compiled by gcc 2.7.2.3]
  type \? for help on slash commands  type \q to quit  type \g or terminate with semicolon to execute queryYou are
currentlyconnected to the database: template1
 

template1=> select 9.99::money * 0.1;
?column?
--------
$0.99   
(1 row)

template1=> select 9.99::money / 10;
?column?
--------
$0.99   
(1 row)

template1=> select 9.99::money / 10.0;
?column?
--------
$1.00   
(1 row)

template1=> 


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

Предыдущее
От: Mike Mascari
Дата:
Сообщение: When is 7.0 going Beta?
Следующее
От: "Aaron J. Seigo"
Дата:
Сообщение: Re: [HACKERS] The Accountant is not Amused