Re: [HACKERS] sequence creation

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] sequence creation
Дата
Msg-id 35DA39FD.CBA5915C@alumni.caltech.edu
обсуждение исходный текст
Ответ на sequence creation  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] sequence creation\
Re: [HACKERS] sequence creation
Список pgsql-hackers
> Right now, we allow PRIMARY to auto-create an index.
> Can we have something to auto-create sequences, instead of the more
> complicated CREATE SEQUENCE process.
> Perhaps use the data type SERIAL to autocreate a sequence.  Should
> make life easier for novices.  We are getting too many sequence
> questions.

That would be possible. I'd be happier doing it for v6.5, since I'm
hoping to work on docs in the meantime. Of course, maybe it would be
easy :)

What should the syntax be exactly?

  CREATE TABLE t (s SERIAL);

or

  CREATE TABLE t (i INT DEFAULT SERIAL);

or ??

Are there alternate syntaxes from other DBs which should be considered?

                      - Tom

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Massive patch
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: [HACKERS] sequence creation\