Thread: pg_dump -s puts out SETVAL lines

pg_dump -s puts out SETVAL lines

From
"Rod Taylor"
Date:
I notice that pg_dump will output the SETVAL lines to keep sequence
keys up to date.  Is this required?  Afterall, without any data
wouldn't I really want the sequence keys to be reset back to their
original starting points?
--
Rod Taylor

There are always four sides to every story: your side, their side, the
truth, and what really happened.

Attachment

Re: pg_dump -s puts out SETVAL lines

From
Tom Lane
Date:
In 7.1 it doesn't ...

            regards, tom lane