Re: Money locale currency symbol position - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Money locale currency symbol position
Date
Msg-id 20677.1027952779@sss.pgh.pa.us
Whole thread Raw
In response to Money locale currency symbol position  (Marko Mikulicic <marko@seul.org>)
List pgsql-bugs
Marko Mikulicic <marko@seul.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

pgsql-bugs by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Bug #722: SELECT FOR UPDATE bug
Next
From: Bruce Momjian
Date:
Subject: Re: Select For Update bug???