Re: Single-Transaction Utility options - Mailing list pgsql-patches

From Simon Riggs
Subject Re: Single-Transaction Utility options
Date
Msg-id 1134766416.2964.69.camel@localhost.localdomain
Whole thread Raw
In response to Re: Single-Transaction Utility options  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: Single-Transaction Utility options  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Single-Transaction Utility options  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Fri, 2005-12-16 at 16:04 -0300, Alvaro Herrera wrote:
> Simon Riggs wrote:
> > The following patches add a -N option to psql and pgrestore.
> >
> > This option adds a BEGIN at the start and a COMMIT at the end of all
> > commands, causing all statements to be executed as a single transaction.
>
> Why use it around the whole file and not only around that particular
> table's operations?

You could. That just behaves slightly differently.

Maybe we should have options for both?

> Also why force it to activate the abort-on-error
> mode?

For what reason would you want it to keep running?

Best Regards, Simon Riggs



pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Single-Transaction Utility options
Next
From: Tom Lane
Date:
Subject: Re: Single-Transaction Utility options