Re: Remove Modifiers on Table

From: Carlos Mennens <carlos(dot)mennens(at)gmail(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Remove Modifiers on Table
Date: 2011-05-17 15:26:44
Message-ID: BANLkTi=K7qZ6aikCbMBD0i6s5KcZ0RUfxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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...

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Opena 2011-05-17 15:27:55 Re: Granting privileges on all tables,sequences , views, procedures
Previous Message Jaime Casanova 2011-05-17 15:22:55 Re: Remove Modifiers on Table