Re: Transactions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Luiz Eduardo Cantanhede Neri <lecneri(at)gmail(dot)com>
Cc: postgresql novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Transactions
Date: 2009-05-27 15:09:42
Message-ID: 10584.1243436982@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Luiz Eduardo Cantanhede Neri <lecneri(at)gmail(dot)com> writes:
> What happens if I open 2 or more transactions?

Nothing, because you can't.

Read up on savepoints, which are effectively subtransactions.

regards, tom lane

In response to

  • Transactions at 2009-05-27 15:01:45 from Luiz Eduardo Cantanhede Neri

Browse pgsql-novice by date

  From Date Subject
Next Message Joshua Tolley 2009-05-27 15:29:51 Re: Postgres registry access using java
Previous Message Sean Davis 2009-05-27 15:05:13 Re: Query Optimization