Re: Money type mapping to backend - Mailing list pgsql-interfaces

From Thomas G. Lockhart
Subject Re: Money type mapping to backend
Date
Msg-id 36963179.A6E79098@alumni.caltech.edu
Whole thread Raw
In response to Re: Money type mapping to backend  (Byron Nikolaidis <byronn@insightdist.com>)
Responses Re: Money type mapping to backend  ("Bill Hutto" <bill@hammondgroves.com>)
List pgsql-interfaces
> Hey, guess what, I was testing the whole time under Postgres 6.3 and
> it does not require the quotes around money type!
> Only postgres 6.4 requires the quotes!
> That seems kind of weird.  Anyone got any comments?

That is a result of the "improvements" to the type coersion and
conversion I made for v6.4. The money type never had a full set of
explicit conversion functions to and from other types, but the old type
coersion/conversion scheme, which could only handle constants, would
brute-force convert the input value to a string and then try shoving it
through the target type input routine.

The new scheme can work with constants, columns, and expressions, but
there appears to be a hole in the available conversion functions for the
money type.

otoh, with the NUMERIC() and DECIMAL() types implemented by Jan, the
money type is completely and absolutely obsolete in the next release
afaik. Once we get these new types working on all platforms (I've got
troubles on my linux box; anyone else have success on non-BSD machines?)
we can think about a migration/compatibility strategy...

                   - Tom

pgsql-interfaces by date:

Previous
From: Byron Nikolaidis
Date:
Subject: Re: Money type mapping to backend
Next
From: JP Rosevear
Date:
Subject: Kaffe 1.0b3 Solved yet?