Re: Use of Serial Datatype and Sequence Issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Use of Serial Datatype and Sequence Issue
Дата
Msg-id 17182.1005072849@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Use of Serial Datatype and Sequence Issue  (Keary Suska <hierophant@pcisys.net>)
Ответы Re: Use of Serial Datatype and Sequence Issue
Список pgsql-general
Keary Suska <hierophant@pcisys.net> writes:
> The bug is that CREATE staements are issued as well as SELECT nextval()
> which readies the sequence.

What version are you running?  I see no such behavior in either 7.1.3 or
current sources: pg_dump -a produces only

SELECT setval ('"foo_f2_seq"', 2, 't');

No sign of a CREATE SEQUENCE.

            regards, tom lane

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