UNDO and partially commited transactions - Mailing list pgsql-hackers

From Martín Marqués
Subject UNDO and partially commited transactions
Date
Msg-id 01070318364703.11918@bugs
Whole thread Raw
Responses Re: UNDO and partially commited transactions
List pgsql-hackers
I was reading the WAL documentation, and found out that UNDO is going to let 
PostgreSQL allow to make partial rollbacks on invalid transactions.

What does this exactly mean? Does it mean that if I have 6 Inserts in between 
a begin work - commit work some will get through and the ones with errors no?

Saludos... :-)

-- 
Cualquiera administra un NT.
Ese es el problema, que cualquiera administre.
-----------------------------------------------------------------
Martin Marques                  |        mmarques@unl.edu.ar
Programador, Administrador      |       Centro de Telematica                      Universidad Nacional
        del Litoral
 
-----------------------------------------------------------------


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Help with SI buffer overflow error
Next
From: Tom Lane
Date:
Subject: Re: Re: Buffer access rules, and a probable bug