Re: Remove Modifiers on Table

Поиск
Список
Период
Сортировка
От Carlos Mennens
Тема Re: Remove Modifiers on Table
Дата
Msg-id BANLkTi=K7qZ6aikCbMBD0i6s5KcZ0RUfxQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Remove Modifiers on Table  (Jaime Casanova <jaime@2ndquadrant.com>)
Ответы Re: Remove Modifiers on Table
Список pgsql-general
On Tue, May 17, 2011 at 11:22 AM, Jaime Casanova <jaime@2ndquadrant.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...

В списке pgsql-general по дате отправления:

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: Remove Modifiers on Table
Следующее
От: Christopher Opena
Дата:
Сообщение: Re: Granting privileges on all tables,sequences , views, procedures