Re: Bug #835: round(double precision,integer) function in 7.3 does not work - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #835: round(double precision,integer) function in 7.3 does not work
Date
Msg-id 20575.1039042529@sss.pgh.pa.us
Whole thread Raw
In response to Bug #835: round(double precision,integer) function in 7.3 does not work  (pgsql-bugs@postgresql.org)
List pgsql-bugs
> round(double precision,integer)  function in 7.3 does not work

There isn't a round(double, integer) function in 7.3, and there wasn't
one in 7.2 either.

7.3 forces you to write the cast to numeric explicitly.

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #835: round(double precision,integer) function in 7.3 does not work
Next
From: ILIR GASHI
Date:
Subject: Re: List of bugs