Shouldn't psql -1 imply ON_ERROR_STOP? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Shouldn't psql -1 imply ON_ERROR_STOP?
Date
Msg-id 200907251600.19359.peter_e@gmx.net
Whole thread Raw
Responses Re: Shouldn't psql -1 imply ON_ERROR_STOP?  (Magnus Hagander <magnus@hagander.net>)
Re: Shouldn't psql -1 imply ON_ERROR_STOP?  (Michael Paesold <mpaesold@gmx.at>)
List pgsql-hackers
When you run a file with psql -1/--single-transaction, and a command fails, 
you get bombarded with

ERROR:  current transaction is aborted, commands ignored until end of 
transaction block

for the rest of the file.

Shouldn't -1 imply ON_ERROR_STOP or some variant by default?


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: SE-PostgreSQL Specifications
Next
From: Magnus Hagander
Date:
Subject: Re: Shouldn't psql -1 imply ON_ERROR_STOP?