SERIAL, too low a value

Started by Daniel Åkerudover 24 years ago3 messagesgeneral
Jump to latest
#1Daniel Åkerud
zilch@home.se

I want to create a sequence with a higher value than an int4.
Please explain how to do this, if possible.
If not, this is certainly an issue that has to be targeted real soon, or?

---
Daniel Åkerud

[ Don't underestimate the power of stupid people in large groups]

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Daniel Åkerud (#1)
Re: SERIAL, too low a value

=?iso-8859-1?Q?Daniel_=C5kerud?= <zilch@home.se> writes:

I want to create a sequence with a higher value than an int4.
Please explain how to do this, if possible.

There's no way in current releases.

If not, this is certainly an issue that has to be targeted real soon, or?

Sequences are already reimplemented as int8-based for 7.2.

regards, tom lane

#3Daniel Åkerud
zilch@home.se
In reply to: Daniel Åkerud (#1)
Re: SERIAL, too low a value

Thanks plenty!

=?iso-8859-1?Q?Daniel_=C5kerud?= <zilch@home.se> writes:

I want to create a sequence with a higher value than an int4.
Please explain how to do this, if possible.

There's no way in current releases.

If not, this is certainly an issue that has to be targeted real soon,

or?

Show quoted text

Sequences are already reimplemented as int8-based for 7.2.

regards, tom lane