Re: Auto incrementing an integer - Mailing list pgsql-sql

From Philip Hallstrom
Subject Re: Auto incrementing an integer
Date
Msg-id Pine.BSF.4.31.0105141453150.494-100000@oddjob.adhesivemedia.com
Whole thread Raw
In response to Auto incrementing an integer  ("Sylte" <Sylte_@hotmail.com>)
List pgsql-sql
Take a look at the SERIAL datatype as well as sequences (CREATE SEQUENCE,
NEXTVAL, CURRVAL).

good luck!

On Mon, 14 May 2001, Sylte wrote:

> How do I construct a datatype that autoincrement in postgreSQL?
>
> Thanks
> Sylte
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



pgsql-sql by date:

Previous
From: Martín Marqués
Date:
Subject: Re: fatal ERROR running simple join query...
Next
From: Michael Davis
Date:
Subject: RE: Auto incrementing an integer