Re: Oracle number to PostgreSQL

2019-05-01 Thread Charlin Barak
Thanks Stephen. Something for me to consider. Charlin On Wed, May 1, 2019 at 9:25 AM Stephen Frost wrote: > Greetings, > > * Charlin Barak (charlinba...@gmail.com) wrote: > > When migrating from Oracle number(10,3) to PostgreSQL, is numeric(10,3) > > ideal or should I consider some other data t

Re: Oracle number to PostgreSQL

2019-05-01 Thread Stephen Frost
Greetings, * Charlin Barak (charlinba...@gmail.com) wrote: > When migrating from Oracle number(10,3) to PostgreSQL, is numeric(10,3) > ideal or should I consider some other data types? This really depends on what data is actually in that field and if you need it to be exact. If the field actuall