Re: [HACKERS] transaction rollbacks on error

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: José Soares <jose(at)sferacarta(dot)com>
Cc: peter(dot)garner(at)toward(dot)com, pgsql-hackers(at)postgreSQL(dot)org, Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Subject: Re: [HACKERS] transaction rollbacks on error
Date: 1999-06-10 13:33:21
Message-ID: 375FBEA1.9226937D@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1999-06-10 13:54:13 Re: Real Programmers (was: [HACKERS] Priorities for 6.6)
Previous Message José Soares 1999-06-10 12:50:57 Re: [HACKERS] transaction rollbacks on error