From: | Abel Muiño <abel(dot)muinho(at)mundo-r(dot)com> |
---|---|
To: | PostgreSQL JDBC List <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Re: [JDBC] Problem: commit doesn´t work |
Date: | 2003-01-07 20:29:33 |
Message-ID: | 1041971372.1210.5.camel@calculin.casadeabel |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
El mar, 07-01-2003 a las 16:15, Michael Paesold escribió:
> Postgres' transactions are atomic, either the
> whole transaction will commit or nothing at all.
This is not only Postgres' transactions, it is one of the theoretical
requirements for a transaction.
For more discussion on ACID (atomic, consistent, isolated, durable)
transactions see:
http://www.nusphere.com/products/library/acid_transactions.htm
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnea/html/eaappconglossary.asp
http://www.ida.liu.se/~TDDB38/2000/ALL-DB-COURSES/CourseMaterial/TransactionsAndConcurrency.OH.pdf
or just search google for "ACID transaction"
> AFAIK, Bruce is working on nested transactions for 7.4 or later.
That would be great!
--
Abel Muiño <abel(dot)muinho(at)mundo-r(dot)com>
From | Date | Subject | |
---|---|---|---|
Next Message | Marcos de Barros | 2003-01-07 20:41:49 | Problem: commit doesn´t work |
Previous Message | Kris Jurka | 2003-01-07 20:07:12 | Re: JDBC Driver -- getImportedKeys |