If you need to set a sequence to start from a specific number in PostgreSQL run this command in psql or phpPgAdmin: alter sequence [sequence_name] restart with 436; In this particular example the sequence will start from 436.
© 2005 tiplib.com