Обсуждение: pg_dump -s puts out SETVAL lines

Поиск
Список
Период
Сортировка

pg_dump -s puts out SETVAL lines

От
"Rod Taylor"
Дата:
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.

Вложения

Re: pg_dump -s puts out SETVAL lines

От
Tom Lane
Дата:
In 7.1 it doesn't ...

            regards, tom lane