sequence creation

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема sequence creation
Дата
Msg-id 199808181650.MAA25438@candle.pha.pa.us
обсуждение исходный текст
Список 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.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: dg@informix.com (David Gould)
Дата:
Сообщение: Re: [HACKERS] Rules: first fix on monday
Следующее
От: David Hartwig
Дата:
Сообщение: Re: [HACKERS] int8 type -- call for porting results!