Serial syntax

Поиск
Список
Период
Сортировка
От darcy@druid.net (D'Arcy J.M. Cain)
Тема Serial syntax
Дата
Msg-id m0zJ0Bb-00006FC@druid.net
обсуждение исходный текст
Список pgsql-hackers
This works.
  CREATE TABLE x (a serial, b int);
but this doesn't.
  CREATE TABLE x (a serial PRIMARY KEY, b int);

Should it?

--
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.

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

Предыдущее
От: Karl Eichwalder
Дата:
Сообщение: 6.4-BETA1: libpgtcl.so / Tcl version?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] crash on new system views