"Chris Hutchinson" <[EMAIL PROTECTED]> writes: > pg_dump -t includes SERIAL column sequence details for the dumped table when > the table has been created in v8 postgresql.
> Tables migrated from an earlier pg version aren't being dumped with their > sequence details. (These tables were created in 7.1, and migrated through > 7.3, 7.4 and 8.0) Yup. You might try the contrib/adddepend tool to fix this. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster