From: | Michael Robinson <robinson(at)netrinsics(dot)com> |
---|---|
To: | pgsql-hackers(at)hub(dot)org |
Subject: | The Accountant is not Amused |
Date: | 1999-12-05 14:00:11 |
Message-ID: | 199912051400.WAA01713@netrinsics.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 query
You are currently connected 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=>
From | Date | Subject | |
---|---|---|---|
Next Message | Aaron J. Seigo | 1999-12-05 16:13:26 | Re: [HACKERS] The Accountant is not Amused |
Previous Message | Mike Mascari | 1999-12-05 01:07:31 | When is 7.0 going Beta? |