Probably smallint would be the next logical step. It is standard sql.
Also in my research and to answer an earlier question: date, time, and
timestamp are standard data types.
Don.
On Sun, 5 Jan 2003, Matthew McNaney wrote:
> First hit:
>
> http://candle.pha.pa.us/main/writings/pgsql/sgml/datatype.html#DATATYPE-INT
>
> Quote:
> "5.1.1. The Integer Types
> The types smallint, integer, bigint store whole numbers, that is, numbers
> without fractional components, of various ranges."
>
> So, we can either change tinyint to int or char.
>
> I am unsure of which way to vote. Comments? Space concerns?
>
> Matt
>
>
>
|