Re: Small bug with numeric in 7.0 (also in 6.5.3) - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: Small bug with numeric in 7.0 (also in 6.5.3)
Date
Msg-id 200006130741.DAA23492@candle.pha.pa.us
Whole thread Raw
In response to Small bug with numeric in 7.0 (also in 6.5.3)  (Denis Sbragion <sbragion@email.com>)
List pgsql-bugs
Any comments on this one?


> Raul Chirea <raul@brahms.ro> writes:
> > So, it seems to be a parser difficulty (bug) to correctly determine
> > the type of a numeric constant with decimals (like 99.9).
>
> Yes.  You can find more about this in the pgsql-hackers archives.
> We've been aware of the problem for a while but are unsure as yet
> how to solve it without breaking other cases --- ie, cases where
> you *do* want such a constant to be treated as float not numeric.
>
> For the moment, we have left the behavior as it's always been in
> Postgres (ie, undecorated non-integral constants are taken to be
> 'float8'), so as not to break existing applications.
>
>             regards, tom lane
>


--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-bugs by date:

Previous
From: Jerome Alet
Date:
Subject: Re: grant/revoke bug with delete/update
Next
From: Bruce Momjian
Date:
Subject: Re: jdbc2 bug in absolute (ResultSet.java)