Re: setting serial start value

From: Greg Philpott <gphilpott(at)mdialogue(dot)com>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: setting serial start value
Date: 2006-07-21 03:35:51
Message-ID: 68891ECF-8606-4F36-B292-7B38825E4F5D@mdialogue.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Michael, from terminal in psql I enter
# ALTER SEQUENCE public.users MINVALUE 9999;
But it doesn't work. I don't think I am specifying the field
correctly. the schema is public, the table is users, the field is id.
Thanks,
Greg
On 20-Jul-06, at 10:49 PM, Michael Fuhr wrote:

> On Thu, Jul 20, 2006 at 09:32:56PM -0400, Greg Philpott wrote:
>> I have a table with a field called "id" that is a serial field and
>> pkey. I would like to set the the sequence to start at 10000 and
>> increase sequentially from there but I can't seem to get that to
>> work. any suggestions are greatly appreciated.
>
> What have you tried? ALTER SEQUENCE or setval() should work.
>
> http://www.postgresql.org/docs/7.4/interactive/sql-altersequence.html
> http://www.postgresql.org/docs/7.4/interactive/functions-sequence.html
>
> --
> Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-07-21 04:05:34 Re: setting serial start value
Previous Message Jasbinder Bali 2006-07-21 03:28:16 ECPG (usage of simple select statement)