Re: 16/32/48/64 bytes integers - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: 16/32/48/64 bytes integers
Date
Msg-id 4C62EB72.8020905@enterprisedb.com
Whole thread Raw
In response to 16/32/48/64 bytes integers  (Daniel Oliveira <danielmarquesoliveira@gmail.com>)
List 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 by date:

Previous
From: Daniel Oliveira
Date:
Subject: 16/32/48/64 bytes integers
Next
From: Andrew Dunstan
Date:
Subject: Re: string_to_array with an empty input string