autoincrement

From: Alexey Prohorenko <green(at)usa(dot)dp(dot)ua>
To: pgsql-sql(at)postgresql(dot)org
Subject: autoincrement
Date: 2001-10-25 20:09:32
Message-ID: 20011025230932.A82025@usa.dp.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

How can I reproduce in PostgreSQL type structure from MySQL:
INT NOT NULL PRIMARY KEY AUTO_INCREMENT

?

To be more exact -- in two words: "how can I create autoincrement
field?"

Thanks a lot.

--
green
[http://www.extrasy.net]

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2001-10-25 21:11:33 Re: autoincrement
Previous Message Alexey Prohorenko 2001-10-25 18:25:33 [LONGINT] Problem