Re: resetting serials and sequences

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: resetting serials and sequences
Дата
Msg-id 27714.978386476@sss.pgh.pa.us
обсуждение исходный текст
Ответ на resetting serials and sequences  (Ferruccio Zamuner <nonsolosoft@diff.org>)
Список pgsql-sql
Ferruccio Zamuner <nonsolosoft@diff.org> writes:
> Is this a bug?         

No, but it is a missing feature: there's no way to reset a sequence's
is_called flag once it's been set.  This is fixed for 7.1: there's now
a three-parameter variant of setval() to let you do exactly that.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Updating two table via a Rule?
Следующее
От: Michael Davis
Дата:
Сообщение: Removing a constraint?