RE: reinitialise serial counter

Поиск
Список
Период
Сортировка
От Edmar Wiggers
Тема RE: reinitialise serial counter
Дата
Msg-id NEBBIAKDCDHFGJMLHCKIKEAACBAA.edmar@brasmap.com
обсуждение исходный текст
Ответ на reinitialise serial counter  (Indraneel Majumdar <indraneel@www.cdfd.org.in>)
Список pgsql-sql
> after inserting values and doing delete from test if I try to insert
> values again, the id starts from where it left off previously. How can I
> get the serial counter to restart from 1 ? is it anything to do with
> setval(). How to use the setval?

The serial value is implemented using a sequence object (see the docs). Once
a sequence returns a number it will never return it again (that's what
sequences are for!).

A serial field is not a good approach if you always want to start numbering
at 1.

Yours sincerely,

Edmar Wiggers
BRASMAP Information Systems
+55 48 9960 2752



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

Предыдущее
От: Indraneel Majumdar
Дата:
Сообщение: reinitialise serial counter
Следующее
От: Kate Collins
Дата:
Сообщение: Trouble Converting Dates