"Michael Nolan" <htfoot(at)gmail(dot)com> writes:
> It seems to me that the logical way to do this would be that when the
> underlying table is dumped the sequence is dumped with it, like indexes are.
We do that. The question is how to respond when the pg_dump user
specifically commands us to dump only the sequence, as you did.
Should it be dumped as if it were a standalone sequence, or not?
regards, tom lane