pg_dump and timestamps

Поиск
Список
Период
Сортировка
От Marc Zandvliet
Тема pg_dump and timestamps
Дата
Msg-id EJEPKBPLBLLPHCMAGNCPGEKOCBAA.marc@auroraworks.com
обсуждение исходный текст
Список pgsql-novice
Hello,

I'm in the middle of an upgrade process to a 7.1.3 server but I have slight
prob.

In my records there is a creation_date field (timestamp datatype with
current_timestamp as default).
When I dump the data from the old install (pg_dump -a) and import it into
the new install
all of the creation_dates are set to ... current_timestamp.

Is there an obvious/easy way to bring over the old timestamps?

thanks for any suggestions,

Marc


В списке pgsql-novice по дате отправления:

Предыдущее
От: Jason Earl
Дата:
Сообщение: Re: The mystery of concurrent access
Следующее
От: Patrick Coulombe
Дата:
Сообщение: from 6.5 > 7.1, cannot pg_dumpall.