Re: [PATCHES] Continue transactions after errors in psql

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>, Greg Sabino Mullane <greg@turnstep.com>
Date: 2005-04-25T22:26:57Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I think everyone agrees this should only work in interactive mode.  I
> think the only unknown is if it should be 'on' by default in interactive
> mode?  Does it make sense to follow the standard in interactive mode if
> we don't follow it in non-interative mode?

I doubt it's a good idea to change the default for this at all; in
particular, making the default interactive behavior different from
the noninteractive behavior seems like a recipe for problems.

			regards, tom lane