Re: Equivalent for AUTOINCREMENT? - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: Equivalent for AUTOINCREMENT?
Date
Msg-id 2f4958ff0810310728l45ff20b9r8994cb7162fbd2fb@mail.gmail.com
Whole thread Raw
In response to Re: Equivalent for AUTOINCREMENT?  (Sam Mason <sam@samason.me.uk>)
List pgsql-general


pardon me, I didn't read the post - just judged it by subject really :)
you can also use keyward DEFAULT, so insert into foo(a) values(default);
But that's the whole point of DEFAULT .... in create table statement. If you omit that column, it will be set to default value. 

pgsql-general by date:

Previous
From: Sam Mason
Date:
Subject: Re: Equivalent for AUTOINCREMENT?
Next
From: "Thomas Samson"
Date:
Subject: Re: Are there plans to add data compression feature to postgresql?