"Brent R. Matzelle" <bmatzelle(at)yahoo(dot)com> writes:
> When I perform a pg_dump of any database (PG 7.1.3) the CREATE
> SEQUENCE calls are incorrect. They all use 'start 1', thus resetting
> the sequence at the beginning. Is this the desired functionality? I
> would think that it should set the sequence at the max value of the
> column +1. Am I missing something?
Yes, the setval() commands executed later on ...
regards, tom lane