what data type to store fixed size integer? - Mailing list pgsql-general

From Arash pajoohande
Subject what data type to store fixed size integer?
Date
Msg-id BANLkTikNQ6DBH4Pyq09hN-hsz4NOUg7v5g@mail.gmail.com
Whole thread Raw
Responses Re: what data type to store fixed size integer?
Re: what data type to store fixed size integer?
List pgsql-general
hi there
I wan to store a 10 digits integer in a column of table.
the data type does not need any arithmetic aperations (as of integers).
maybe its good to use bigint, but it is Postgres specific and is not part of SQL standards
what is the best data type (fastest) to store it? any help would be appreciated.

thanks in advance
Arash

pgsql-general by date:

Previous
From: Sim Zacks
Date:
Subject: pg_restore problem with type
Next
From: Craig Ringer
Date:
Subject: Re: what data type to store fixed size integer?