Re: Sequence reset - Mailing list pgsql-general

From Randall Smith
Subject Re: Sequence reset
Date
Msg-id 1282571311.2139.13.camel@randall-laptop
Whole thread Raw
In response to Sequence reset  ("SUNDAY A. OLUTAYO" <olutayo@sadeeb.com>)
List pgsql-general
I can't tell what a roll is based on your question, but here is how to
set a sequence to a specific value.

SELECT setval('foo', 42);           Next nextval will return 43

http://www.postgresql.org/docs/8.4/interactive/functions-sequence.html

-Randall

On Mon, 2010-08-23 at 05:04 -0500, SUNDAY A. OLUTAYO wrote:
> How can I reset a sequence column due to deletion of some rolls?
>
> Sunday Olutayo
> Sadeeb Technologies Ltd
>



pgsql-general by date:

Previous
From: Ivan Voras
Date:
Subject: Re: Massively Parallel transactioning?
Next
From: Tom Lane
Date:
Subject: Re: Npgsql Exception