Re: First decent PostgreSQL CBT now on techdocs .postgresql.org - Mailing list pgsql-general

From Bruce Momjian
Subject Re: First decent PostgreSQL CBT now on techdocs .postgresql.org
Date
Msg-id 200112281838.fBSIcIk29632@candle.pha.pa.us
Whole thread Raw
List 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Problem (bug?) with like
Next
From: Tom Lane
Date:
Subject: Re: postgres processes spending most of their time in the kernel