Re: Bug #835: round(double precision, integer) function in 7.3 does not work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: evonnied(at)niederworks(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #835: round(double precision, integer) function in 7.3 does not work
Date: 2002-12-04 22:55:29
Message-ID: 20575.1039042529@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message ILIR GASHI 2002-12-05 00:05:57 Re: List of bugs
Previous Message pgsql-bugs 2002-12-04 21:26:28 Bug #835: round(double precision, integer) function in 7.3 does not work