pg_dump insert transactions - Mailing list pgsql-patches

From Kris Jurka
Subject pg_dump insert transactions
Date
Msg-id Pine.BSO.4.63.0604121754510.31798@leary2.csoft.net
Whole thread Raw
Responses Re: pg_dump insert transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-patches by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: [PATCH] Remove useless DH param code on client side
Next
From: Tom Lane
Date:
Subject: Re: pg_dump insert transactions