Re: First decent PostgreSQL CBT now on techdocs.postgresql.org

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Joe Conway <joseph(dot)conway(at)home(dot)com>, Justin Clift <justin(at)postgresql(dot)org>, PostgreSQL General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: First decent PostgreSQL CBT now on techdocs.postgresql.org
Date: 2001-12-28 18:11:33
Message-ID: 200112281811.fBSIBXe27166@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > I do have a question about that. If I do this:
> > test=> create table test (x serial);
> > My column is an integer.
>
> So it is. When the sequence reaches 2147483648 you'll start getting
> ERROR: int8 conversion to int4 is out of range

Uh, so what is the advantage of using int8 sequences internally? Just
the error message?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Tom Lane 2001-12-28 18:21:19 Re: First decent PostgreSQL CBT now on techdocs.postgresql.org
Previous Message Tom Lane 2001-12-28 18:10:32 Re: First decent PostgreSQL CBT now on techdocs.postgresql.org

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-12-28 18:21:19 Re: First decent PostgreSQL CBT now on techdocs.postgresql.org
Previous Message Tom Lane 2001-12-28 18:10:32 Re: First decent PostgreSQL CBT now on techdocs.postgresql.org