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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: wsheldah(at)lexmark(dot)com
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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:38:17
Message-ID: 200112281838.fBSIcIk29632@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
>
> Looks like someone could take advantage of the broader range of sequence values,
> but only if they explicitly created their column as int8 with the default set to
> nextval('the_sequence').
>
> Should the serial datatype be changed to create an int8, or a new serial8
> datatype created that does this??

Tom says we have a new SERIAL8 data type for this. I see it in the
HISTORY file now.

--
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

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-12-28 18:44:49 Re: postgres processes spending most of their time in the kernel
Previous Message wsheldah 2001-12-28 18:36:26 Re: First decent PostgreSQL CBT now on techdocs