Re: BUG #14894: Data Type Money

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: tfredy02(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14894: Data Type Money
Date: 2017-11-09 22:06:20
Message-ID: 18045.1510265180@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

tfredy02(at)gmail(dot)com writes:
> I'm Migrate from sql server but have a problem with the data type Money.
> I Was investigate and found the same data so much in sql server as
> postgresql but has a difference is the point decimal too investigate data
> type numeric(19,4) might use this, but i need use money with four decimal,

You need to set lc_monetary to some locale that uses 4-decimal-place
currency.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2017-11-09 22:21:02 Re: BUG #14894: Data Type Money
Previous Message tfredy02 2017-11-09 19:48:46 BUG #14894: Data Type Money