From: | "Roderick A(dot) Anderson" <raanders(at)acm(dot)org> |
---|---|
To: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
Cc: | Bruce <bruce(at)centerstage(dot)com>, <pgsql-advocacy(at)postgresql(dot)org> |
Subject: | Re: Prestige users |
Date: | 2004-05-05 17:44:08 |
Message-ID: | Pine.LNX.4.33.0405051042140.6739-100000@main.cyber-office.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy |
On Wed, 5 May 2004, scott.marlowe wrote:
> Just try this simple test in MySQL and see if the boss still thinks it's
> suitable for accounting:
I'll toss in the Pg version
db => create table test (i1 int, n1 numeric(8,2));
CREATE
db=> insert into test values (10000000000000,100000000000.345678);
ERROR: dtoi4: integer out of range
Oh my gosh ... an error! Oh yeah it is an error. :-)
Rod
--
"Open Source Software - You usually get more than you pay for..."
"Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL"
From | Date | Subject | |
---|---|---|---|
Next Message | scott.marlowe | 2004-05-05 17:48:02 | Re: Prestige users |
Previous Message | Jonathan Gardner | 2004-05-05 17:38:40 | Re: Prestige users |