pg_dump insert transactions

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема pg_dump insert transactions
Дата
Msg-id Pine.BSO.4.63.0604121754510.31798@leary2.csoft.net
обсуждение исходный текст
Ответы Re: pg_dump insert transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
This patch makes pg_dump wrap insert dumps (-d, -D) in a transaction to
speed the restore process.  It also adds an option to disable these
transactions for doing things like copying only newly inserted values from
one database to another (assuming old ones will fail on an unique
constraint).

Kris Jurka

Вложения

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: [PATCH] Remove useless DH param code on client side
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump insert transactions