Re: Auto Increment Help

From: "Anthony E(dot) Greene" <agreene(at)pobox(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Auto Increment Help
Date: 2000-07-08 14:26:26
Message-ID: Pine.LNX.4.21.0007081625570.705-100000@fmol.5sigcmd.army.mil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, 7 Jul 2000, Stephen Lawrence wrote:
>I am writing a small stamping program and was wondering: what is the best
>way to do auto incrementing, or where can I find some good info on the
>subject?
>
> I use MySQL also, and it handles auto-incrementing, but I found postgresql
>does not.

See datatype "serial"

--
Anthony E. Greene <agreene(at)pobox(dot)com>
Homepage & PGP Key: <http://www.pobox.com/~agreene/>
Linux: The choice of a GNU Generation <http://www.linux.org/>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Vecernik 2000-07-09 09:33:10 MS Access conversion utility
Previous Message Tony Corrente 2000-07-08 09:29:01 Re: Auto Increment Help