Re: [PATCHES] Continue transactions after errors in psql
Christopher Kings-Lynne <chriskl@familyhealth.com.au>
From: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Greg Sabino Mullane <greg@turnstep.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2005-04-26T01:34:50Z
Lists: pgsql-hackers
> disable it by default for all sessions (current patch) That is the most backwards non-surprising solution. > enable it by default only for interactive sessions, like AUTOCOMMIT And that is what other dbms' do. Chris