Re: How to determine max int

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: How to determine max int
Дата
Msg-id 52817657.9090401@hogranch.com
обсуждение исходный текст
Ответ на How to determine max int  (Melvin Call <melvincall979@gmail.com>)
Ответы Re: How to determine max int
Список pgsql-general
On 11/11/2013 4:14 PM, Melvin Call wrote:
> I could swear I read somewhere that the default integer size on 64-bit
> systems running 9.1 is eight bytes, or the equivalent of a bigint. But
> reading through the user guide it seems that it is indeed still just
> four-bytes. Can anyone verify that for me, or point me to a way to
> verify it? I see nothing in pg_settings which is where I thought to
> look. Not a big deal, I just need to know for the data dictionary.

x86_64 integers are 32bit, bigints are 64bit.    this is true in most
all programming environments, from C on.





--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



В списке pgsql-general по дате отправления:

Предыдущее
От: Jeffrey Walton
Дата:
Сообщение: Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found"
Следующее
От: Guy Rouillier
Дата:
Сообщение: Re: How to determine max int