Re: 16/32/48/64 bytes integers

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: 16/32/48/64 bytes integers
Дата
Msg-id 4C62EB72.8020905@enterprisedb.com
обсуждение исходный текст
Ответ на 16/32/48/64 bytes integers  (Daniel Oliveira <danielmarquesoliveira@gmail.com>)
Список pgsql-hackers
On 11/08/10 21:19, Daniel Oliveira wrote:
> I wishing to create real big numbers, but I'm facing some difficulties.
>
> Is possible to setup an integer type of more than 8 bytes (i.e. 16/32/48/64
> bytes)?

No. Not unless you write your own datatype.

Use numeric, it scales up to ridiculously large numbers.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Daniel Oliveira
Дата:
Сообщение: 16/32/48/64 bytes integers
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: string_to_array with an empty input string