any signed decimal data type?

From: joseph speigle <joe(dot)speigle(at)jklh(dot)us>
To: pgsql-novice(at)postgresql(dot)org
Subject: any signed decimal data type?
Date: 2004-04-15 08:29:49
Message-ID: 20040415082949.GA9798@www.sirfsup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

hello,

I have lines in a csv like these:

07/09/2002,'ORDER POSTING',-5,'TMT',0.463,10.8,0
01/06/2003,'ORDER POSTING',75.76,'C',-2.4524,37.4,15.96
--'Date','Description','Amount','Symbol','Quantity','Price','Commission'

The quantity column is negative for a withdrawal (sell stocks), positive otherwise. I have no other way with this data set to see if withdrawal/deposit. any hope of a signed decimal datatype for this? There is too much precision for "money" datatype. I am using pgsql

muchas gracias,

joe
--
joe speigle
www.sirfsup.com

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message joe speigle 2004-04-15 08:45:01 Re: any signed decimal data type?
Previous Message Christopher A. Goodfellow 2004-04-13 18:53:15 Start with -i