Great. Thanks.
Michael
--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes@topsystem.de | Europark A2, Adenauerstr. 20
meskes@debian.org | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10
> -----Original Message-----
> From: Thomas G. Lockhart [SMTP:lockhart@alumni.caltech.edu]
> Sent: Monday, February 09, 1998 5:07 PM
> To: Bruce Momjian
> Cc: tih@hamartun.priv.no; meskes@topsystem.de;
> pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS] Bug?
>
> Bruce Momjian wrote:
>
> > > 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.
>
> Will be done for v6.3 then. I'm finishing up on patches to gram.y to
> help
> with CREATE FUNCTION, etc., wrt type names. Will commit the scan.l
> changes at
> that time...
>
> - Tom