Re: Sequence reset

From: Randall Smith <randall(at)tnr(dot)cc>
To: "SUNDAY A(dot) OLUTAYO" <olutayo(at)sadeeb(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Sequence reset
Date: 2010-08-23 13:48:31
Message-ID: 1282571311.2139.13.camel@randall-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-08-23 13:49:21 Re: Npgsql Exception
Previous Message Ivan Voras 2010-08-23 13:38:46 Re: Massively Parallel transactioning?