Another mySQL to PostgreSQL move question - Mailing list pgsql-general

From Matt Housh
Subject Another mySQL to PostgreSQL move question
Date
Msg-id 396A1A6C.FA72A14D@morpheus.net
Whole thread Raw
List pgsql-general
    Does PostgreSQL support something like mySQL's auto_increment tag? For
example, my entering "create table test (userid int default 0 not null
auto_increment);" in mySQL creates a table with one field that automatically
increments its value if none is specified. I have not been able to duplicate
this in PostgreSQL yet (still new...) - any help is appreciated...

Matt

pgsql-general by date:

Previous
From: D Herssein
Date:
Subject: [Help] INSTALLing 7.02
Next
From: Ed Loehr
Date:
Subject: Re: Another mySQL to PostgreSQL move question