Re: Money locale currency symbol position

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marko Mikulicic <marko(at)seul(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Money locale currency symbol position
Date: 2002-07-29 14:26:19
Message-ID: 20677.1027952779@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Marko Mikulicic <marko(at)seul(dot)org> writes:
> The code in cash.c should be cleaned up completely

Such criticism is best expressed in the form of a patch ;-)

Note though that most of us think the current money type is a kluge
anyway; anything based on int4 storage doesn't have enough significant
digits. It would be better rewritten as a thin locale-aware veneer
over type "numeric".

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marko Mikulicic 2002-07-29 16:11:36 Re: Money locale currency symbol position
Previous Message Stephan Szabo 2002-07-29 13:59:24 Re: Bug #722: SELECT FOR UPDATE bug