Re: numeric precision when raising one numeric to another.

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: "John D(dot) Burger" <john(at)mitre(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: numeric precision when raising one numeric to another.
Date: 2005-05-20 14:06:31
Message-ID: 20050520070143.F74983@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 20 May 2005, John D. Burger wrote:

> I find all these statements about the near-uselessness of
> NUMERIC^NUMERIC to be pretty amazing. It's fine to say, "no one seems
> to be asking for this, so we haven't implemented it yet", but, c'mon,
> folks, Postgres gets used for more than "business cases".

If people don't see the use of a function they aren't going to implement
it. In addition, there is a small, but non-zero cost to adding a
function/operator to the system (in the cost to maintain it at the very
least) and if the general belief is that the function or operator is
useless or nearly useless then it simply may not be worth adding.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas 2005-05-20 14:19:21 Re: ODBC connection string-constants A,B,C ?
Previous Message Bruno Wolff III 2005-05-20 14:04:08 Re: numeric precision when raising one numeric to another.