Re: New version of money type

From: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
To: "Luke Lonergan" <llonergan(at)greenplum(dot)com>
Cc: sfrost(at)snowman(dot)net, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: New version of money type
Date: 2006-09-28 21:07:10
Message-ID: 20060928170710.82d40dd8.darcy@druid.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 28 Sep 2006 11:39:31 -0700
"Luke Lonergan" <llonergan(at)greenplum(dot)com> wrote:
> > Numeric has been shown to be as good or better than money in I/O
> > operations.
>
> What exactly does that mean in the context of a Datum: "I/O operations"?

It means that numeric is better and parsing/storing/displaying than
money.

--
D'Arcy J.M. Cain <darcy(at)druid(dot)net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-09-28 21:11:43 Re: [HACKERS] Numeric overflow problem + patch
Previous Message Henry B. Hotz 2006-09-28 21:03:48 Re: JAVA Support