Re: how to alter sequence.

Поиск
Список
Период
Сортировка
От Dan Langille
Тема Re: how to alter sequence.
Дата
Msg-id 3DEDB259.4378.801560@localhost
обсуждение исходный текст
Ответ на how to alter sequence.  (raja kumar thatte <trajakumar@yahoo.com>)
Ответы Re: how to alter sequence.  (raja kumar thatte <trajakumar@yahoo.com>)
Список pgsql-admin
On 4 Dec 2002 at 4:29, raja kumar thatte wrote:

> 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?

http://www.postgresql.org/idocs/index.php?functions-sequence.html
Look for setval
--
Dan Langille : http://www.langille.org/


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

Предыдущее
От: raja kumar thatte
Дата:
Сообщение: how to alter sequence.
Следующее
От: raja kumar thatte
Дата:
Сообщение: Re: how to alter sequence.