Integrating the field auto-increment

From: thomas(dot)mathes(at)tmnd(dot)de
To: pgsql-general(at)postgresql(dot)org
Subject: Integrating the field auto-increment
Date: 2003-07-25 15:07:17
Message-ID: 20030725150717.CA8738783@voodoo.strato-webmail.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

How can I implement an integer field with the autoincrement option ?
That means I want to have a field, where every row has different values
(unique) but this values should be generated automatically.
Every new row has a new value, which is 1 higher than the old one.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Errol Neal 2003-07-25 15:11:26 Re: Solaris, Postgresql and Problems
Previous Message Terence Chang 2003-07-25 14:50:32 Re: Can I turn the case sensitive off