Re: [HACKERS] A defect report and a question about money. - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] A defect report and a question about money.
Date
Msg-id 3843256bbfb94a759fd0dbaae94e1e1c
Whole thread Raw
In response to [HACKERS] A defect report and a question about money.  (Jonathan Guthrie <jguthrie@brokersys.com>)
List pgsql-hackers
> Also, one of the features I was interested in in v6.1 (and, in addition to
> the desire to upgrade before the Houston NW Bar Association WWW page is
> operational, the real reason I upgraded early,) is the money data type.  I
> had done extensive work on my own currency data type in v6.0 and I wanted
> to quickly switch to a system with a built-in type of that sort.  However,
> there are some features I desire from currenty types and I'd like to see
> if I can't get them included in Postgres. Is there ongoing work on the
> "money" data type?  If so, how can I be a part of it.

D'Arcy J.M. Cain implemented the money type for v6.1 from code found in
the book "Software Solutions in C". I helped to integrate it into
Postgres.

We are hoping to get enough platforms with 64-bit integers to allow us
to move to a 64-bit money type.

What else do you want to do with the money type? Start talkin' (perhaps
off-list with D'Arcy and I unless we aren't getting you where you want
to go with it :)

            - Tom

------------------------------

pgsql-hackers by date:

Previous
From: Jonathan Guthrie
Date:
Subject: [HACKERS] A defect report and a question about money.
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: [HACKERS] A defect report and a question about money.