how to alter sequence. - Mailing list pgsql-admin

From raja kumar thatte
Subject how to alter sequence.
Date
Msg-id 20021204122900.96540.qmail@web20608.mail.yahoo.com
Whole thread Raw
Responses Re: how to alter sequence.  ("Dan Langille" <dan@langille.org>)
Re: how to alter sequence.  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-admin
Hai friends,
I have a sequence called raj_seq with max value 3000.
I have a table, with one field haveing
nextvalu('raj_seq') as default value.;
now i wanted to increase the max value of the raj_seq
to 9999999.
How to do this change?
If i drop and recreate the raj_seq, then i have to
recreate the table and all triggers working on that
table.But it is not an acceptable solution.
So with out droping raj_seq , how do I solve this
problem.
Thanks in advance.
have a nice time.
raja



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

pgsql-admin by date:

Previous
From: "marwede, henning"
Date:
Subject:
Next
From: "Dan Langille"
Date:
Subject: Re: how to alter sequence.