Re: ERROR: function round(double precision, integer) does not exist - WTF?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Glen Parker" <glenebob(at)nwlink(dot)com>
Cc: "Pg-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: ERROR: function round(double precision, integer) does not exist - WTF?
Date: 2004-03-05 04:15:24
Message-ID: 2767.1078460124@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Glen Parker" <glenebob(at)nwlink(dot)com> writes:
> When I say it's broken though, I'm talking more specifically about trying to
> use round(float, int); is there some reason that this function overload
> should not exist in the absence of an implicit float->numeric cast?

Send a patch ... I don't recall anyone ever claiming that Postgres has a
complete set of functions ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Garamond 2004-03-05 05:04:41 building 7.4.1 (on linux) with --disable-shared
Previous Message Glen Parker 2004-03-05 03:46:14 Re: ERROR: function round(double precision, integer) does not exist - WTF?