> 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
---(end of broadca
Eugene von Niederhausern ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
round(double precision,integer) function in 7.3 does not work
Long Description
round(double precision,integer) does not work with 7.3. This function did w