Re: BUG #14894: Data Type Money

From: John R Pierce <pierce(at)hogranch(dot)com>
To: tfredy02(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14894: Data Type Money
Date: 2017-11-09 22:21:02
Message-ID: e8e0dab6-97df-7bfb-7bbc-f1f926e013f2@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 11/9/2017 11:48 AM, tfredy02(at)gmail(dot)com wrote:
> Hello.
> 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,
> Thank.
> I hope you can help me.
>
> Sql Server -922337203685477.5808 to 922,337,203,685,477.5807
>
> Postgresql -92233720368547758.08 to +92233720368547758.07

use NUMERIC(19,4)...    the MONEY type really should be deprecated

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2017-11-09 23:06:04 Re: BUG #14894: Data Type Money
Previous Message Tom Lane 2017-11-09 22:06:20 Re: BUG #14894: Data Type Money