Re: CREATE TABLE initial value for PRIMARY KEY - Mailing list pgsql-general

From Dann Corbit
Subject Re: CREATE TABLE initial value for PRIMARY KEY
Date
Msg-id D425483C2C5C9F49B5B7A41F8944154757DCF7@postal.corporate.connx.com
Whole thread Raw
In response to CREATE TABLE initial value for PRIMARY KEY  (Maurice Yarrow <yarrow@best.com>)
List pgsql-general
Use a sequence and set the initial value of the sequence.

> -----Original Message-----
> From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-
> owner@postgresql.org] On Behalf Of Maurice Yarrow
> Sent: Friday, October 27, 2006 11:51 AM
> To: pgsql-general@postgresql.org
> Subject: [GENERAL] CREATE TABLE initial value for PRIMARY KEY
>
> Hello Postgres community
>
> Is there a formal way to set an initial value for a PRIMARY KEY
> when CREATE TABLE ?  (This would be some large number,
> typically.)
>
> Or is it only possible to do this by first creating the table, and
> then inserting a bogus record forcing the initial value by
> specification (and then, presumably, deleting this bogus
> record)  ?
>
> Maurice Yarrow
>
>
>
> ---------------------------(end of
broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

pgsql-general by date:

Previous
From: Maurice Yarrow
Date:
Subject: CREATE TABLE initial value for PRIMARY KEY
Next
From: Tom Lane
Date:
Subject: Re: CREATE TABLE initial value for PRIMARY KEY