Re: [PATCHES] [GENERAL] Different exponent in error messages

2006-01-25 Thread Bruce Momjian
Applied. --- Bruce Momjian wrote: Tom Lane wrote: Michael Fuhr [EMAIL PROTECTED] writes: I think this is what Andrus is seeing: test= CREATE TABLE foo (n numeric(9,3)); CREATE TABLE test= INSERT INTO foo

Re: [PATCHES] [GENERAL] Different exponent in error messages

2006-01-23 Thread Bruce Momjian
Tom Lane wrote: Michael Fuhr [EMAIL PROTECTED] writes: I think this is what Andrus is seeing: test= CREATE TABLE foo (n numeric(9,3)); CREATE TABLE test= INSERT INTO foo VALUES (100); ERROR: numeric field overflow DETAIL: The absolute value is greater than or equal to 10^6 for