Hi On 30 November 2011 22:30, Kasia Tuszynska <ktuszyn...@esri.com> wrote:
> With Postgres that is not the case, if the 50th sql statement in a long > transaction incurs an error, the whole transaction is rolled back for you > automatically, you the developer have no say in that unless you bracket > each statement with a savepoint creation and destruction, just to be able > to capture the potential error that may arise on that 50th sql statement. > Thanks, now I finally got what you meant. Bèrto