| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(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:10:32 |
| Message-ID: | 13705.1009563032@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | 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
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2001-12-28 18:11:33 | Re: First decent PostgreSQL CBT now on techdocs.postgresql.org |
| Previous Message | Bruce Momjian | 2001-12-28 17:52:52 | Re: First decent PostgreSQL CBT now on techdocs.postgresql.org |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2001-12-28 18:11:33 | Re: First decent PostgreSQL CBT now on techdocs.postgresql.org |
| Previous Message | Jeffrey W. Baker | 2001-12-28 18:06:16 | postgres processes spending most of their time in the kernel |