Re: [PATCHES] pg_dump insert transactions

2006-04-15 Thread Bruce Momjian
Tom Lane wrote: > Kris Jurka <[EMAIL PROTECTED]> writes: > > This patch makes pg_dump wrap insert dumps (-d, -D) in a transaction to > > speed the restore process. > > What's the point of this, compared to Simon's recent patch adding an > option to wrap the whole output in one big transaction? A

Re: [PATCHES] pg_dump insert transactions

2006-04-12 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > This patch makes pg_dump wrap insert dumps (-d, -D) in a transaction to > speed the restore process. What's the point of this, compared to Simon's recent patch adding an option to wrap the whole output in one big transaction? An intermediate level doesn't