pg_dump -s puts out SETVAL lines

Started by Rod Taylorabout 25 years ago2 messagesgeneral
Jump to latest
#1Rod Taylor
rbt@rbt.ca

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.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Rod Taylor (#1)
Re: pg_dump -s puts out SETVAL lines

In 7.1 it doesn't ...

regards, tom lane