Re: round() function wrong? - Mailing list pgsql-hackers

From Michael Brusser
Subject Re: round() function wrong?
Date
Msg-id DEEIJKLFNJGBEMBLBAHCIEGBDNAA.michael@synchronicity.com
Whole thread Raw
In response to Re: round() function wrong?  ("scott.marlowe" <scott.marlowe@ihs.com>)
Responses Re: round() function wrong?  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-hackers
But this seems to work correctly on 7.3.2 and 7.3.4:
psql -c "select round (2.5)"
Password: round 
-------    3
(1 row)

=============
> 
> I just tried that on my 7.2.4 and 7.4 beta 4 machines and I get 2 for 
> round(2.5)
> 
> 




pgsql-hackers by date:

Previous
From: "Darren King"
Date:
Subject: Re: Dreaming About Redesigning SQL
Next
From: Peter Eisentraut
Date:
Subject: Re: Call for port reports