Shouldn't psql -1 imply ON_ERROR_STOP?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Shouldn't psql -1 imply ON_ERROR_STOP?
Дата
Msg-id 200907251600.19359.peter_e@gmx.net
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: Re: SE-PostgreSQL Specifications
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Shouldn't psql -1 imply ON_ERROR_STOP?