Re: resetting sequence

Поиск
Список
Период
Сортировка
От Philip Hallstrom
Тема Re: resetting sequence
Дата
Msg-id 20020326212937.K37166-100000@teak.adhesivemedia.com
обсуждение исходный текст
Ответ на resetting sequence  ("Kancha ." <kancha2np@yahoo.com>)
Ответы Re: resetting sequence  ("Andrew G. Hammond" <drew@xyzzy.dhs.org>)
Список pgsql-sql
take a look at the SETVAL function... it's something close to:

SELECT SETVAL('sequence_name', 1);

something like that.  check the manual.

On Tue, 26 Mar 2002, Kancha . wrote:

> My sequence starts from 1 and after few months it
> should be reset to 1 again. Can this be automated ??
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Movies - coverage of the 74th Academy Awards�
> http://movies.yahoo.com/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>


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

Предыдущее
От: Ian Barwick
Дата:
Сообщение: Re: Possible to do this in one query?
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: Arrays Design Question