Re: [HACKERS] Bug? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Bug?
Date
Msg-id 199802091549.KAA13745@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Bug?  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
> Per Tom H's suggestion; what do you think Bruce?
>
> postgres=> select 100000000000;
> NOTICE:  Integer input '100000000000' is out of range; promoted to float
>     ?column?
> ------------
> 100000000000
> (1 row)
>
> That would alleviate the "hidden" side effects, but still come closer to
> doing something helpful...

With the NOTICE, I like it.

--
Bruce Momjian
maillist@candle.pha.pa.us

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] The use of macros for heap_getattr.
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Bug?