Re: Help with "gpg -d ... | pg_restore ..." with unimportant pg_restore errors - Mailing list pgsql-general

From Tom Lane
Subject Re: Help with "gpg -d ... | pg_restore ..." with unimportant pg_restore errors
Date
Msg-id 1543230.1725416924@sss.pgh.pa.us
Whole thread Raw
In response to Re: Help with "gpg -d ... | pg_restore ..." with unimportant pg_restore errors  (raf <postgres@raf.org>)
Responses Re: Help with "gpg -d ... | pg_restore ..." with unimportant pg_restore errors
List pgsql-general
raf <postgres@raf.org> writes:
> On Tue, Sep 03, 2024 at 06:43:22PM -0700, "David G. Johnston" <david.g.johnston@gmail.com> wrote:
>> You specified “-1” so I don’t get why you believe pg_restore should be
>> continuing to execute in the face of the SQL error.

> The reason I believe pg_restore should be continuing to execute in the face of
> the SQL error is because I didn't supply the -e option which is described
> thusly in the pg_restore manual entry:

But you'd better also read the para about -1:

  -1
  --single-transaction
    Execute the restore as a single transaction (that is, wrap the
    emitted commands in BEGIN/COMMIT). This ensures that either all
    the commands complete successfully, or no changes are
    applied. This option implies --exit-on-error.

            regards, tom lane



pgsql-general by date:

Previous
From: raf
Date:
Subject: Re: Help with "gpg -d ... | pg_restore ..." with unimportant pg_restore errors
Next
From: raf
Date:
Subject: Re: Help with "gpg -d ... | pg_restore ..." with unimportant pg_restore errors