On Tue, May 17, 2011 at 11:22 AM, Jaime Casanova <jaime(at)2ndquadrant(dot)com> wrote:
> in postgres is as easy as
>
> CREATE TABLE test(
> id SERIAL PRIMARY KEY);
>
> hey! it's even less keystrokes!
I don't understand how this command above is associated with being
able to auto increment the 'id' column. Sorry I'm still learning a
lot...