Re: Enhancement to pg_dump

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Enhancement to pg_dump
Дата
Msg-id 492D152D.6020205@archonet.com
обсуждение исходный текст
Ответ на Re: Enhancement to pg_dump  ("Rob Kirkbride" <rob.kirkbride@gmail.com>)
Ответы Re: Enhancement to pg_dump  (Rob Kirkbride <rob.kirkbride@gmail.com>)
Список pgsql-hackers
Rob Kirkbride wrote:
> I've introduced a --delete-not-drop option which simply does a DELETE FROM %
> rather than 'DROP and then CREATE'.

Beware foreign-keys slowing you - TRUNCATE all relevant tables should be
the fastest method if possible.

> I hope this sounds sensible and I haven't missed something - I'm still
> learning!

Have you considered restoring to a completely different database
(report1/report2) and just switching between them?

--  Richard Huxton Archonet Ltd


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Windowing Function Patch Review -> Standard Conformance
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: [PATCHES] Solve a problem of LC_TIME of windows.