Re: Wish List: Client access to NUMERIC/DECIMAL type functions

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: "Warren W(dot) Gay VE3WWG" <ve3wwg(at)cogeco(dot)ca>
Cc: PostgreSQL mailing list <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Wish List: Client access to NUMERIC/DECIMAL type functions
Date: 2002-07-12 13:38:49
Message-ID: 3D2EDBE9.D3FCA87A@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Warren W. Gay VE3WWG" wrote:
>
> It would be nice to see client side access to the decimal
> routines used by PostgreSQL to support the decimal/numeric
> data types. Are there any plans for that to happen?

If you mean to make the arbitrary precision arithmetic available inside
of the libpq, no there are no such plans.

The functions, which you can find in src/backend/utils/adt/numeric.c,
are designed and optimized to live inside of the PostgreSQL database
backend. There are several other arbitrary precision packages out in the
world, that fit alot better into client applications.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2002-07-12 13:43:40 Re: arrays as input parameter for c functions
Previous Message Warren W. Gay VE3WWG 2002-07-12 13:23:16 Wish List: Client access to NUMERIC/DECIMAL type functions