pg_dump insert transactions

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: pg_dump insert transactions
Date: 2006-04-12 22:57:25
Message-ID: Pine.BSO.4.63.0604121754510.31798@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
insert-transactions.patch text/plain 10.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-04-12 23:06:32 Re: pg_dump insert transactions
Previous Message Martijn van Oosterhout 2006-04-12 14:09:12 Re: [PATCH] Remove useless DH param code on client side