Re: tweak CREATE SEQUENCE grammar

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: tweak CREATE SEQUENCE grammar
Дата
Msg-id Pine.LNX.4.44.0210072112060.928-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: tweak CREATE SEQUENCE grammar  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway writes:

> >  "serial" columns are defined like
> >
> >     foo int GENERATED BY DEFAULT AS IDENTITY [(sequence options)]
>
> Wow, that's verbose. I suppose it's still worth supporting, but you've
> got to wonder how the committee every arrived at that syntax...

The above line is just one example.  Some of the key words can be changed
to get different behavior.  All together, it acts as a replacement of the
DEFAULT clause.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Suggested change to pgbench
Следующее
От: Neil Conway
Дата:
Сообщение: inline newNode()