Re: Transactions - Mailing list pgsql-novice

From Tom Lane
Subject Re: Transactions
Date
Msg-id 10584.1243436982@sss.pgh.pa.us
Whole thread Raw
In response to Transactions  (Luiz Eduardo Cantanhede Neri <lecneri@gmail.com>)
List pgsql-novice
Luiz Eduardo Cantanhede Neri <lecneri@gmail.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

pgsql-novice by date:

Previous
From: Sean Davis
Date:
Subject: Re: Query Optimization
Next
From: Joshua Tolley
Date:
Subject: Re: [GENERAL] Postgres registry access using java