On Tue, Nov 29, 2011 at 10:57 AM, Kasia Tuszynska <ktuszynska@xxxxxxxx> wrote: > Postgres: > Begin transaction > Insert - no error > Insert - error raised > Transaction loss = no implicit rollback to the single error free insert. > > Is this a correct interpretation of the Postgres transaction error handling? > If so, are there any changes being considered, or perhaps already implemented? You can insert a savepoint explicitly if you wish, but without setting one, then the whole transaction will be rolled back. -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin