Re: BUG #3760: Comment on restore database - Mailing list pgsql-bugs

From Simon Riggs
Subject Re: BUG #3760: Comment on restore database
Date
Msg-id 1195547090.4217.164.camel@ebony.site
Whole thread Raw
In response to Re: BUG #3760: Comment on restore database  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Mon, 2007-11-19 at 18:38 -0500, Tom Lane wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> > Reason to do this now: Perf Tips have been changed for 8.3 to recommend
> > using --single-transaction when restoring pg_dumps, because of fast COPY
> > enhancement. Allowing this to cause an error will prevent the whole dump
> > from restoring.
>
> If it were indeed an error condition, this argument might have some
> merit.  Since it is not, I don't have a lot of sympathy for a hasty
> last-minute change.

Well, if its not an ERROR condition, no problem. I interpreted failure
to mean ERROR, which luckily it isn't.

The failure of the COMMENT isn't any reason for a last-minute change, so
request withdrawn.

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #3760: Comment on restore database
Next
From: "Cstdenis"
Date:
Subject: BUG #3762: Inherited serials change on dump/restore