reinitialize a sequence?

Поиск
Список
Период
Сортировка
Искать
От
Bruno Boettcher
Тема
reinitialize a sequence?
Дата
Msg-id
20001205003034.D31987@erm1.u-strasbg.fr
Список
Дерево обсуждения
reinitialize a sequence? Bruno Boettcher <bboett@erm1.u-strasbg.fr>
reinitialize a sequence? Dan Lyke <danlyke@flutterby.com>
Re: reinitialize a sequence? "Ross J. Reedstrom" <reedstrm@rice.edu>
Re: reinitialize a sequence? "Ross J. Reedstrom" <reedstrm@rice.edu>
Using SELECT as DDL/DML statement is wrong (was RE: reinitialize a sequence?) "Edmar Wiggers" <edmar@brasmap.com>
Re: reinitialize a sequence? Mike Castle <dalgoda@ix.netcom.com>
hello,
played a bit around with the serial type....
wanted to adapt my already existing tables to this system...
dumped the DB, created the new tables, loaded old data in....

all works, until i try to insert something without specifying the id
field (that's the now sequential field). And the reason is that the
sequene is set to 1.....

is there a simple way to tell all sequences to take the max value +1 of
their respective tables? (a bit like the vacuum command?)

i tryed to set the value by hand, but did something wrong :D the command
didn't completed:
fibu=> update journal_id_seq set last_value=1187;
ERROR:  You can't change sequence relation journal_id_seq

surely something real stupid again, but i never used sequences till
now... and there's no example in the docu.... (BTW would be nice if this
was addressed in the documentation)



-- 
ciao bboett
==============================================================
bboett@earthling.net
http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett
===============================================================
the total amount of intelligence on earth is constant.
human population is growing....

В списке pgsql-sql по дате отправления
От: clayton cottingham
Дата:
От: Dan Lyke
Дата:
Сообщение: reinitialize a sequence?
FAQ