smallfloat with postgresql

From: "Alessandro Depetro" <alex(at)mamcoop(dot)it>
To: pgsql-sql(at)postgresql(dot)org
Subject: smallfloat with postgresql
Date: 2003-08-26 23:31:23
Message-ID: 20030826232609.M33535@mamcoop.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

sorry again (I am not smoking crack, only drinking some good ceres...)

smallint is not right (it is right for postgresql as a data type as read from
the guide)... The real data type is "smallfloat" (found in my informix tables)

so, Can I safely use NUMERIC as a data type for monetary computation instead
of smallfloat ???

alessandro depetro

--
Coop Service Noncello s.c.a r.l. onlus
http://www.mamcoop.it/

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gaetano Mendola 2003-08-26 23:32:12 Re: postgres 7.1.3: why does the query plan ignore indexes?
Previous Message Alessandro Depetro 2003-08-26 23:24:57 smallint with postgresql