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