Re: [HACKERS] transaction rollbacks on error - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] transaction rollbacks on error
Date
Msg-id 375FBEA1.9226937D@krs.ru
Whole thread Raw
In response to transaction rollbacks on error  ("Peter Garner" <peter.garner@toward.com>)
List pgsql-hackers
José Soares wrote:
> 
> >From man begin:
> 
>        This command begins a user transaction which Postgres will
>        guarantee is serializable with respect to all concurrently                     ^^^^^^^^^^^^
>        executing  transactions.   Postgres uses two-phase locking
^^^^^^^^^^^^^^^^^
>        to perform this task.  If the  transaction  is  committed,
>        Postgres  will ensure that all updates are done or none of
>        them  are  done.   Transactions  have  the  standard  ACID
>        (atomic, consistent, isolatable, and durable) property.

Ops. This man page must be changed too. I'll do it tomorrow.

Seems that it's too late to update begin.sgml as well?
Thomas?

Vadim


pgsql-hackers by date:

Previous
From: José Soares
Date:
Subject: Re: [HACKERS] transaction rollbacks on error
Next
From: Vadim Mikheev
Date:
Subject: Re: Real Programmers (was: [HACKERS] Priorities for 6.6)