Re: pg_restore ignore error patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: pg_restore ignore error patch
Date
Msg-id 2496.1082425298@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_restore ignore error patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: pg_restore ignore error patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I looked over the patch and it seems to continue on pg_restore errors by
> default.  That isn't good.  By default, any error should make it exit
> loudly.

I'm not sure of that.  pg_dump is really designed and tested for the
case of text dump to a psql script, and if there is an error in the psql
script, psql will print it out and continue.  In the cases I have seen
where pg_restore operates differently from that paradigm, the pg_restore
behavior of curling up and dying has *never* been the right thing.

I haven't looked at the details of Fabien's patch, but I'm in agreement
with the overall goal.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_restore ignore error patch
Next
From: Bruce Momjian
Date:
Subject: Re: pg_restore ignore error patch