The Accountant is not Amused - Mailing list pgsql-hackers

From Michael Robinson
Subject The Accountant is not Amused
Date
Msg-id 199912051400.WAA01713@netrinsics.com
Whole thread Raw
Responses Re: [HACKERS] The Accountant is not Amused
Re: [HACKERS] The Accountant is not Amused
Re: [HACKERS] The Accountant is not Amused
List pgsql-hackers
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 by date:

Previous
From: Mike Mascari
Date:
Subject: When is 7.0 going Beta?
Next
From: "Aaron J. Seigo"
Date:
Subject: Re: [HACKERS] The Accountant is not Amused